Documentation updates

Update thermite3d.org to volumesoffun.org
Improve error reporting for Sphinx/QHelp
This commit is contained in:
Matt Williams
2011-12-26 12:37:07 +00:00
parent 2e4bf674e8
commit 67409b9c61
3 changed files with 13 additions and 8 deletions

View File

@ -901,7 +901,7 @@ DOCSET_FEEDNAME = "Doxygen generated docs"
# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
# will append .docset to the name.
DOCSET_BUNDLE_ID = org.thermite3d.PolyVox
DOCSET_BUNDLE_ID = com.volumesoffun.polyvox
# If the GENERATE_HTMLHELP tag is set to YES, additional index files
# will be generated that can be used as input for tools like the
@ -965,7 +965,7 @@ GENERATE_QHP = YES
# Qt Help Project output. For more information please see
# <a href="http://doc.trolltech.com/qthelpproject.html#namespace">Qt Help Project / Namespace</a>.
QHP_NAMESPACE = org.thermite3d.polyvox
QHP_NAMESPACE = com.volumesoffun.polyvox
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
# Qt Help Project output. For more information please see
@ -1451,14 +1451,14 @@ TEMPLATE_RELATIONS = YES
# file showing the direct and indirect include dependencies of the file with
# other documented files.
INCLUDE_GRAPH = YES
INCLUDE_GRAPH = NO
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
# HAVE_DOT tags are set to YES then doxygen will generate a graph for each
# documented header file showing the documented files that directly or
# indirectly include this file.
INCLUDED_BY_GRAPH = YES
INCLUDED_BY_GRAPH = NO
# If the CALL_GRAPH and HAVE_DOT options are set to YES then
# doxygen will generate a call dependency graph for every global function