diff --git a/writefile.py b/writefile.py index 2fab19f9c57d87f5053a40ff68217693227e1f39..4fcc84292491223d3f7653d403368ca14b837e7b 100644 --- a/writefile.py +++ b/writefile.py @@ -239,7 +239,6 @@ def writeparameter(parameterobj, headnode, enumnodedict, enumvaldict, parameterl def defFunction(functionname, file, indent, inargs, function, returnargs): - #return values are not written in the function at the moment """ writes the body for each function, it leaves the body empty and gives a description for the method which should be implemented :param functionname: name of the function changed to a lowercase String without blanks