Has anyone used Sphinx to document a C++ project?
- by Nick
Sphinx is a new documentation tool for Python. It looks very nice. What I'm wondering is:
How suitable this is for documenting a C++ project?
Are there any tools for converting existing documentation (e.g. doxygen) to Sphinx format?
Are there online/downloadable examples of C++ projects that use Sphinx?
Any tips from anyone who has used Sphinx?