Click here to Skip to main content
15,894,343 members
Articles / Programming Languages / C++
Article

DoxyS, advanced free C++ documentation tool

Rate me:
Please Sign up or sign in to vote.
4.92/5 (25 votes)
5 Mar 20051 min read 145K   64   50
C++ documentation tool inspired by MS documentation style

Introduction

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.

Sample Image - Function_description.jpg

Other key 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.
  • Built in incremental search engine (JavaScript).
  • Various diagrams with mouse over effects to provide additional information.
  • Strong support for templates, enumerations and overloaded functions.
  • Freedom to put documentation blocks anywhere.
  • Professional output with consistent placement of special sections like: Note, See Also, Examples etc.
  • Automatic linking to known entities.
  • Can cope with very large projects.

Screenshots

Sample screenshot

Sample screenshot

Sample screenshot

Sample screenshot

Sample screenshot

Sample screenshot

Sample screenshot

Sample screenshot

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Denmark Denmark
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
QuestionExport to Wiki ?? Pin
Nitin S. Jadhav12-Dec-07 4:20
Nitin S. Jadhav12-Dec-07 4:20 
GeneralProblem with callgraphs Pin
Saurabh.Garg6-May-06 17:07
Saurabh.Garg6-May-06 17:07 
GeneralRe: Problem with callgraphs [modified] Pin
spud_m7-Dec-06 20:31
spud_m7-Dec-06 20:31 
GeneralNew Release 0.87b Pin
doxys14-Feb-06 22:39
doxys14-Feb-06 22:39 
QuestionDoxygen groups Pin
JKaminski11-Feb-06 14:38
JKaminski11-Feb-06 14:38 
AnswerRe: Doxygen groups Pin
doxys13-Feb-06 9:55
doxys13-Feb-06 9:55 
GeneralRe: Doxygen groups Pin
JKaminski13-Feb-06 21:27
JKaminski13-Feb-06 21:27 
GeneralRe: Doxygen groups Pin
doxys14-Feb-06 5:55
doxys14-Feb-06 5:55 
QuestionDoes not work with templates Pin
JKaminski11-Feb-06 14:35
JKaminski11-Feb-06 14:35 
AnswerRe: Does not work with templates Pin
doxys13-Feb-06 9:52
doxys13-Feb-06 9:52 
GeneralRe: Does not work with templates Pin
JKaminski14-Feb-06 11:52
JKaminski14-Feb-06 11:52 
GeneralRe: Does not work with templates Pin
doxys14-Feb-06 22:30
doxys14-Feb-06 22:30 
GeneralPhysicalArchitecture Pin
ErickR29-Dec-05 10:19
ErickR29-Dec-05 10:19 
GeneralRe: PhysicalArchitecture Pin
ErickR29-Dec-05 10:22
ErickR29-Dec-05 10:22 
GeneralRe: PhysicalArchitecture Pin
doxys30-Dec-05 6:03
doxys30-Dec-05 6:03 
Hi
Very interresting thught you have there!
I could mention that one of the key reasons for starting the DoxyS project was the lack of a natural place to put the overview documentation for the code in a directory. At the time I was working in computergames and we had 500.000 lines of code with no documentation what-so-ever. I did not miss class/function documentation the most, but I really missed overviews of each of the 160 main- and sub-directories. Documentation outlining how to use the code in this directory and it fits into the grander picture.

But my own side ambition is to also use the page/dir concept for more than just documentation. I hope it could be used for also design documents and general documentation not necesarily code related.
To that end I would like to have a simple WYSIWYG editor for DoxyS wiki-like syntax. This would make it (for many people at least) nicer to use when writing larger designdocs etc., but still make it possible to open the documents in any simple text editor and make modifications to the text. This is convenient whne for example coding: A change in the code might call for a documentation a desig-doc change ... if you first have to find a Word document on a remote server you are likely not to get the correction into the design document.
It is important however to keep the wiki-syntax easily readable in plain text form. We do not want to reinwent HTML/XML style formatting which is really not user freindly to read in my humble opinion.

Also since we are using simple text files it is possible for many people to work together on the same document using version control systems like CVS or whatever you prefer. You can easily make diffs between versions and we could even make the WYSIWYG editor have a dual-diff-view-something allowing for easa merge even for non-technical people.

Well this got long! I hope it is not too far from what you meant, but anyways I really needed to get this out .. Smile | :)


Regards Martin Lütken



GeneralRe: PhysicalArchitecture Pin
ErickR30-Dec-05 7:03
ErickR30-Dec-05 7:03 
GeneralVery Well,but... Pin
Pandele Florin25-Jul-05 3:28
Pandele Florin25-Jul-05 3:28 
GeneralRe: Very Well,but... Pin
doxys25-Jul-05 6:35
doxys25-Jul-05 6:35 
GeneralWindows security keeps freaking out Pin
CasualT9-Jun-05 15:52
CasualT9-Jun-05 15:52 
GeneralRe: Windows security keeps freaking out Pin
John M. Drescher9-Jun-05 16:33
John M. Drescher9-Jun-05 16:33 
GeneralRe: Windows security keeps freaking out Pin
CasualT10-Jun-05 6:40
CasualT10-Jun-05 6:40 
GeneralExcellent Pin
bernierm4923-May-05 4:13
bernierm4923-May-05 4:13 
GeneralFuture plans Pin
MarkWrobel28-Mar-05 0:59
MarkWrobel28-Mar-05 0:59 
GeneralRe: Future plans Pin
doxys30-Mar-05 0:01
doxys30-Mar-05 0:01 
GeneralRe: Future plans Pin
Bobby Mihalca11-Apr-05 4:27
Bobby Mihalca11-Apr-05 4:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.