Search code examples
c++ceclipsedocumentationwiki

Document your c/c++ code in Wikimedia format or atleast in HTML


Is there a great way to export your c/c++ API's to Wikimedia format using Eclipse IDE or Eclipse IDE plugin? I am using Eclipse IDE c/c++ Luna version 4.4.


Solution

  • Doxygen can output html and uses special comment mark-up to generate API documentation.