diff -r e35d2cda9a74 -r b3d966393ba9 DocumentationTools/ModuleDocumentor.py --- a/DocumentationTools/ModuleDocumentor.py Sat Sep 04 19:51:19 2010 +0200 +++ b/DocumentationTools/ModuleDocumentor.py Sat Sep 04 19:51:48 2010 +0200 @@ -604,7 +604,7 @@ funcBody = self.functionTemplate.format(**{ \ 'Anchor' : funcName, 'Function' : self.module.functions[funcName].name, - 'FunctionDescription' : self.__formatDescription(\ + 'FunctionDescription' : self.__formatDescription( self.module.functions[funcName].description), 'Params' : ', '.join(self.module.functions[funcName].parameters), }) @@ -1032,4 +1032,4 @@ if not self.generated: self.genDocument() - return self.keywords + return self.keywords \ No newline at end of file