Projects tagged ‘documentation’ and ‘doxygen’


Jump to tag:

Projects tagged ‘documentation’ and ‘doxygen’

Filtered by Project Tags documentation doxygen

Refine results Project Tags javadoc (3) python (3) c (2) generator (2) docstring (1) code (1) document (1) addin (1) robotics (1) docxcn (1) studio (1) scm (1)

[10 total ]

3 Users
 

sbf, a shortcut for SConsBuildFrameWork is a build system construct using SCons.
Created about 1 year ago.

0 Users

Doxygen Browser Addin. It's an addin for VS 2005/2008, that allows navigate on Doxygen documentation into the IDE of Visual Studio.
Created 6 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 4 months ago.

0 Users

IntroductionDoxygen2GWiki is a tool which takes Doxygen generated documentation and converts it into a Google Code's Wiki markup. It can also control subversion, adding and removing files from the ... [More] repository as necessary. Running Doxygen2GWikiTo run Doxygen2GWiki simply type... doxygen2gwikiThis will look for Doxygen generated XML documentation in doc/xml and place the resulting code into wiki/. The location of the various files can be controlled through the use of options... doxygen2gwiki -d examples/doxygen/doc/xml -o examples/doxygen/wiki -p ExampleThis command will look for the XML documentation in examples/doxygen/doc/xml and will place the output into examples/doxygen/wiki. All filenames will be prefixed with Example_ rather than the default Doxygen_. ExamplesAs an example, the complete Doxygen user manual can be found here. The equivalent HTML output is here. [Less]
Created about 1 year ago.

0 Users

SummaryIf you have ever used 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 ... [More] is implemented as a single python script. It's based on a script originally developed by Basti Grembowietz. His original script can be found here. Support for other languages may be developed if people seem interesed. [Less]
Created 3 months ago.

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 about 1 year 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 4 months ago.

0 Users

Currently implemented using an XSLT script to generate Java source comprising the class and method declarations, suitable for running through Doxygen. Includes a partial set of Java declarations of ... [More] the framework of REALbasic so your source will be shown with the correct parent classes. HTML output for a large project can be viewed here. [Less]
Created about 1 year ago.

0 Users

mooxygen is a tool that scans a directory tree containing one or several MOOS modules. Then, mooxygen generates documentation about the variables that each module publishes or subscribes to, from a ... [More] set of tags added to C++ comments in your code. MOOS is a C++ framework for developing distributed applications, mainly focused on mobile robotics. An example of the HTML output can be seen here. See the wiki for more information on downloading, compiling and using Mooxygen. [Less]
Created 2 months ago.

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.