change messages for missing docs
This commit is contained in:
parent
06c9680d78
commit
00172fb7c4
@ -192,10 +192,10 @@ def getModuleXML(file_name):
|
|||||||
module_buf += temp_buf
|
module_buf += temp_buf
|
||||||
else:
|
else:
|
||||||
module_buf.append("<summary>\n")
|
module_buf.append("<summary>\n")
|
||||||
module_buf.append("Summary is unspecified.\n")
|
module_buf.append("Summary is missing!\n")
|
||||||
module_buf.append("</summary>\n")
|
module_buf.append("</summary>\n")
|
||||||
module_buf.append("<param name=\"?\">\n")
|
module_buf.append("<param name=\"?\">\n")
|
||||||
module_buf.append("Parameters are unspecified.\n")
|
module_buf.append("Parameter descriptions are missing!\n")
|
||||||
module_buf.append("</param>\n")
|
module_buf.append("</param>\n")
|
||||||
temp_buf = []
|
temp_buf = []
|
||||||
module_buf.append("</interface>\n")
|
module_buf.append("</interface>\n")
|
||||||
@ -207,10 +207,10 @@ def getModuleXML(file_name):
|
|||||||
module_buf += temp_buf
|
module_buf += temp_buf
|
||||||
else:
|
else:
|
||||||
module_buf.append("<summary>\n")
|
module_buf.append("<summary>\n")
|
||||||
module_buf.append("Summary is unspecified.\n")
|
module_buf.append("Summary is missing!\n")
|
||||||
module_buf.append("</summary>\n")
|
module_buf.append("</summary>\n")
|
||||||
module_buf.append("<param name=\"?\">\n")
|
module_buf.append("<param name=\"?\">\n")
|
||||||
module_buf.append("Parameters unspecified.\n")
|
module_buf.append("Parameter descriptions are missing!\n")
|
||||||
module_buf.append("</param>\n")
|
module_buf.append("</param>\n")
|
||||||
temp_buf = []
|
temp_buf = []
|
||||||
module_buf.append("</template>\n")
|
module_buf.append("</template>\n")
|
||||||
|
Loading…
Reference in New Issue
Block a user