| Projects on Google Code | Results 1 - 10 of 18 |
= Introduction =
Doxygen2GWiki is a tool which takes [http://www.doxygen.org Doxygen] generated documentation and converts it into a Google Code's Wiki markup. It can also [CommandLineParameters control subversion], adding and removing files from the repository as necessary.
= Running Doxyge...
==Summary==
If you have ever used [http://www.stack.nl/~dimitri/doxygen/index.html Doxygen] to generate docs for C++ or Java, this project provides tools to provide support for different languages.
The project currently supports visual basic / VBA and is implemented as a single python script. I...
Parses warnings & errors from doxygen documentation generation and put them into a table which allow you to open your favorite editor at the line where the error/warning occurred.
Currently implemented using an XSLT script to generate Java source comprising the class and method declarations, suitable for running through [http://www.doxygen.org/ Doxygen].
Includes a partial set of Java declarations of the framework of REALbasic so your source will be shown with the correct ...
== This is a work in progress project ==
this is a small package for create html from Doxygen xml generated files.
Why this? Basically because Doxygen is great tool but its html output is really hard to customize. What this package tries to achieve is generate dynamic html so that it's easy to m...
sbf, a shortcut for SConsBuildFrameWork is a build system construct using SCons to compile and link c++ projects.
This is a menu class written for pygame/Python. The menu is designed to work with a program using a finite state machine (but it could also be easily modified to have the 'buttons' return functions). The menu 'buttons' contain a 'state' (a state could really be anything you want) and this 'state' ...
==Description==
During 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 parameters. Several _markup_ languages exist such as epydoc, doxygen, javadoc, reStructuredText...
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 from external, specially formated XML file.
This implementation approach has pros and cons.
...
JamExt is a standardised collection of Jam rules which, combined with the Jam utility, allows for the quick creation of powerful but flexible build systems.
There is an attempt to support languages such as C++, C# and Java, and build tools such as Doxygen, NUnit and Swig. Platform support is curr...