For my first open source project (shameless plug: mtChart) I currently have two different types of documentations:
- HTML files generated by Doxygen from the phpdoc-comments within the code
- The wiki pages on Google Code (Or simply put: Additional text files)
The Doxygen files are really great, but I miss the possiblity to add 'high-level' documentation: Tutorials, examples, overview over the system, roadmaps etc.
How do I combine these two in an automated manner so I can keep the code documentation updated with somehow automatically including the rest of the texts?
(I'm willing to move away from Doxygen if necessary.)