84 char)) |
84 char)) |
85 argspec = argspecTemplate\ |
85 argspec = argspecTemplate\ |
86 .replace("@NAME@", name)\ |
86 .replace("@NAME@", name)\ |
87 .replace("@ARGSPEC@", argspec) |
87 .replace("@ARGSPEC@", argspec) |
88 else: |
88 else: |
89 argspec = "" |
89 argspec = argspecTemplate\ |
|
90 .replace("@NAME@", name)\ |
|
91 .replace("@ARGSPEC@", "") |
90 if documentationInfo["note"]: |
92 if documentationInfo["note"]: |
91 note = noteTemplate.replace("@NOTE@", |
93 note = noteTemplate.replace("@NOTE@", |
92 documentationInfo["note"]) |
94 documentationInfo["note"]) |
93 else: |
95 else: |
94 note = "" |
96 note = "" |