Projects tagged ‘doxygen’ and ‘javadoc’


[4 total ]

0 Users

DocX is a JavaDoc(Doxygen) like documentation system for C/C++, Java, etc. And it's more flexible. It's easy for you to extend supported input formats and to customize output representation.
Created 12 months ago.

0 Users

FreePascal compiler contain tool called FPDoc for generating documentation from source code. Unlike other similar tools like JavaDoc or Doxygen, FPDoc read textual information not from source code but ... [More] from external, specially formated XML file. This implementation approach has pros and cons. Cons: - you must maintain documentation on 2 places, one in source code and one in extra XML file. Thus XML or source code documentation may be out of date Pros: - You can create your own preprocessor which convert JavaDoc or doxygen-like comments from your source and generate XML file This project fpdocp is that kind of preprocessor. It analyze all source from given directory and create coresponding XML file for FPDoc. [Less]
Created 3 months ago.

0 Users

DocGen is short for Documents Generator made by Galaxy.org, PRC. It is a JavaDoc(Doxygen) like documentation system for multi-language, such as C/C++, Java, etc. It has its own syntax and is similar ... [More] to JavaDoc or Doxygen, so you can easily try DocGen. And it is easier than Doxygen. We want to make it generate serveral kinds of output files, HTML is default and is also the first one to support. [Less]
Created 11 months ago.

0 Users

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]
Created 3 months ago.