📅 2015-Oct-02 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ doxygen, ogre ⬩ 📚 Archive
You can get OGRE source code from Bitbucket or from its source package. OGRE uses Doxygen to generate its API documentation. The Doxygen configuration file is html.cfg
.
To generate OGRE documentation using Doxygen:
$ cd Docs
$ doxygen src/html.cfg
The main HTML documentation page will be stored in Docs/api/html/index.html
Tried with: OGRE 1.9 and Ubuntu 14.04