If you haven't done so already, be sure to visit the Wiki Portal to read about how the wiki works. Especially the Ogre Wiki Overview page.
Building PyOgre Documentation Tutorial
(This tutorial is based on this forum post
by vgmdev)
Table of contents
Step 1 - Download and install Doxygen
Download and install Doxygen
Page: http://www.stack.nl/~dimitri/doxygen/download.html
Step 2 - Create pyogre.cfg
In python24/lib/site-packages/pyogre create “pyogre.cfg†with the following content:
PROJECT_NAME = "PyOgre - An OGRE Binding for Python"
OUTPUT_DIRECTORY = docs
GENERATE_LATEX = NO
GENERATE_MAN = NO
GENERATE_RTF = NO
CASE_SENSE_NAMES = NO
INPUT = ogre.py
QUIET = YES
JAVADOC_AUTOBRIEF = YES
Step 3 - Run Doxywizard
Run Doxywizard, Load pyogre.cfg file and hit “Startâ€
You are going to get not documented warnings. But that’s ok for now.
The documentation can now be reached here: python24/lib/site-packages/pyogre/docs/html/index.html
And that’s it.
Contributors to this page: jacmoe
and
OgreWikiBot
.
Page last modified on Thursday 31 of December, 2009 02:59:24 UTC by jacmoe
.
The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.
As an exception, any source code contributed within the content is released into the Public Domain.

