mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Cleaned up a bit
This commit is contained in:
parent
fac75f516f
commit
2c2fd1a17f
@ -641,11 +641,11 @@ def generateFunctionDocs(code, method):
|
|||||||
proto = code.getFunctionPrototype(method)
|
proto = code.getFunctionPrototype(method)
|
||||||
comment = code.getFunctionComment(method)
|
comment = code.getFunctionComment(method)
|
||||||
if (comment == ""): comment = "Undocumented function.<br>\n"
|
if (comment == ""): comment = "Undocumented function.<br>\n"
|
||||||
chunk = '<table class="codecomment1" width="100%"><tr><td>' + "\n"
|
chunk = '<table bgcolor="e8e8e8" border=0 cellspacing=0 cellpadding=5 width="100%"><tr><td>' + "\n"
|
||||||
chunk = chunk + '<a name="' + name + '"><b>' + name + "</b></a><br>\n"
|
chunk = chunk + '<a name="' + name + '"><b>' + name + "</b></a><br>\n"
|
||||||
chunk = chunk + proto + "<br>\n"
|
chunk = chunk + proto + "<br>\n"
|
||||||
chunk = chunk + comment
|
chunk = chunk + comment
|
||||||
chunk = chunk + "</td></tr></table>\n"
|
chunk = chunk + "</td></tr></table><br>\n"
|
||||||
return chunk
|
return chunk
|
||||||
|
|
||||||
def generateLinkTable(table, cols, urlprefix, urlsuffix):
|
def generateLinkTable(table, cols, urlprefix, urlsuffix):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user