i have a python file with several classes in it and wanted to use epydoc to create a documentation from my comments. So i do on console on my Debian wheezy system:
epydoc --html storage_config_tool.py -o ~/
It always executes the python application and doc generation stops at 21%. The same behaviour when i use the epydocgui.
When I test it on a simple hello world program everything works fine. The file has > 1000 lines so i can't post it. The program itself works fine.
Has anbody any idea why does it happen? Can wrong formatting be a problem though a couldn't find any yet.
Thx 4 help