DescriptionDuring the implementation stage of a project, special documentation blocks can be used to store description of classes and methods along with information regarding their variables and
... [More]
parameters. Several markup languages exist such as epydoc, doxygen, javadoc, reStructuredText, etc.
doge (documentation generator) allows you to parse the code structure of both undocumented and already documented source files, and generate special documentation blocks for these files, using the markup language of your choice.
Creating such documentation blocks by hand for a whole project is a time consuming task, that could be easily automatized. doge creates the documentation blocks for you, and you just need to fill the description fields!
Treated so farProgramming languages:
python Mark-up languages:
reStructuredText epydoc To be addedProgramming languages:
c c++ java Mark-up languages:
doxygen javadoc [Less]