Tagged Questions
4
votes
1answer
993 views
Can Doxygen generate collapsable code sections like rdoc?
I am creating internal documentation for a C++ project using Doxygen. I am having Doxygen include the source for methods, etc, but this makes the page kind of hard to scan. I'd like it to behave like ...
1
vote
2answers
571 views
Is there a Ruby documentation tool that allows inclusion of diagrams and images?
I am a big fan of Doxygen which I have used for years with various languages. In particular, I appreciate its wiki-like ability to include images and run the Graphviz dot generator to have arbitrary ...