DoxyS
Description
Graph
DoxyS, a C++ documentation tool.
DoxyS is a code documentation tool for C++/C. DoxyS strives to yield a very professional looking output, presenting the the code in a structured easy to navigate set of HTML pages. Easy to use: Just navigate to the root of your code directory and type
doxys.
Currently it runs on Windows and Linux, but should be quite portable.
Main features
- Generated output reflects the code directory structure.
- Layers of abstraction with heavy use of overview tables providing names and brief descriptions of classes, functions etc. Inspired by Microsoft documentation.
- Wiki like syntax for writing directory level documentation and related documentation pages or even design documents.
- Inheritance, collaboration graphs
- Good support for overloded functions and template specializations.
- Incremental search.
Version 1.05 out now (june 2010)
- Treeview in the left navigation menu.
- Support for grouping and custom sorting of groups members.
- Function pointers/callbacks are treated more like normal functions. I.e. they can have parameters documented etc.
DoxyS license
Copyright 2003-2010 by Martin Harring and Martin Lutken.
Standalone program
DoxyS is a standalone program that creates "clean" HTML pages. To view the pages you don't need anything else than a web browser. It works well on Firefox, Internet Explorer, Opera, Safari, Chrome, Konqueror.
Doxygen
DoxyS it is build on
doxygen 1.3.3 (
http://www.doxygen.org) by Dimitri van Heesch. See also
Acknowledgements. We will try to merge bugfixes from later releases of doxygen and also implement new features if they fit into DoxyS or are requested by our users.
The name DoxyS is comes from the original idea that we wanted to make an extra HTML output for doxygen, where the directory structure of the code was reflected in the generated output.
DoxyS is hosted by SourceFORGE