When comparing Doxygen vs ROBODoc, the Slant community recommends Doxygen for most people. In the question“What are the best open-source documentation generators for C/C++?” Doxygen is ranked 1st while ROBODoc is ranked 6th.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Free
Pro Generates documentation from comments
Doxygen can generate documentation from formatted comments in the source code. This is extremely useful when writing detailed man pages.
Pro Cross-platform
Doxygen is compatible with multiple languages. Including but not limited to: C, Objective-C, C#, C++, Java, Python, PHP etc...
Pro Multiple format output
ROBODoc can output the documentation in different formats (HTML, XML, DocBook, TROFF, ASCII, LaTeX or RTF).
Cons
Con i18n support is poor
Cannot work properly with non-ascii paths on Windows
Con PDF output is very problematic
Doxygen PDF output relies on the now broken LaTeX tabu package which was abandoned over a decade ago by its developer.
Con No recursive inclusion
For example, if you specify INCLUDE_PATH=incl
, it doesn't search other folders included in the incl
folder (incl/sub1
or incl/sub2
) and there's no option to turn on recursive inclusion.
Con Old
The source code on GitHub has not been updated for years.
Con Requires that you do all the annotation yourself
ROBODoc requires that you do all the annotation so that the parser can derive the documentation. While other documentation generators will derive a little bit more documentation even if you don't add any annotations.