Projects tagged ‘doxygen’ and ‘generator’


[4 total ]

0 Users

Perl developers are used to using POD rather than some other code documentation tools. However, most developers are not restricted to using a single language. Instead of using multiple code ... [More] documentation systems one tends to use one tool for all - Doxygen is quite a powerful code documentation system that already has built-in support for multiple programming languages. Unfortunately, Doxygen does not directly support Perl. Thus, Doxygen Filter has been written in order to be able to use Doxygen for generating code documentation for Perl projects, too. [Less]
Created over 2 years ago.

0 Users

DocterificDocterific scans all your source files recursively and auto appends/adds the comment lines using Bison. All you have to do is just add description into those "//" things :P . All the comment ... [More] lines added are Doxygen friendly so when you are done writing description after using my app, just use Doxygen to generate your HTMLs :) and the documentation for your project is ready. Goals:Help the developer in spending more time in Coding rater than just typing those // things Add this app to cli-apps.org. Ideals: [Less]
Created about 1 year 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 4 months ago.

0 Users

This is Doxygen Comments generator writen in Perl. It works on header files.
Created about 1 year ago.