Merge branch 'master' of git@gitorious.org:polyvox/polyvox.git
This commit is contained in:
commit
c0eed7f7d3
@ -15,6 +15,11 @@ if(SPHINXBUILD_EXECUTABLE AND QT_QCOLLECTIONGENERATOR_EXECUTABLE)
|
||||
)
|
||||
add_dependencies(manual doc)
|
||||
else()
|
||||
message(STATUS "`sphinx-build` was not found. Try setting SPHINXBUILD_EXECUTABLE to its location.")
|
||||
if(NOT SPHINXBUILD_EXECUTABLE)
|
||||
message(STATUS "`sphinx-build` was not found. Try setting SPHINXBUILD_EXECUTABLE to its location.")
|
||||
endif()
|
||||
if(NOT QT_QCOLLECTIONGENERATOR_EXECUTABLE)
|
||||
message(STATUS "`qhelpgenerator` was not found. Try setting QT_QCOLLECTIONGENERATOR_EXECUTABLE to its location.")
|
||||
endif()
|
||||
set(BUILD_MANUAL NO PARENT_SCOPE)
|
||||
endif()
|
||||
|
@ -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
|
||||
|
@ -3,11 +3,11 @@
|
||||
<QHelpCollectionProject version="1.0">
|
||||
<assistant>
|
||||
<title>PolyVox Documentation</title>
|
||||
<homePage>qthelp://org.thermite3d.polyvox/api/index.html</homePage>
|
||||
<startPage>qthelp://org.thermite3d.polyvox/api/index.html</startPage>
|
||||
<homePage>qthelp://com.volumesoffun.polyvox/api/index.html</homePage>
|
||||
<startPage>qthelp://com.volumesoffun.polyvox/api/index.html</startPage>
|
||||
<!-- Disable the documentation manager so that there's no option to add more docs to this shell instance -->
|
||||
<enableDocumentationManager>false</enableDocumentationManager>
|
||||
<cacheDirectory>thermite3d/polyvox</cacheDirectory>
|
||||
<cacheDirectory>volumesoffun/polyvox</cacheDirectory>
|
||||
</assistant>
|
||||
<docFiles>
|
||||
<!-- This section says that polyvox.qch will be created from index.qhp when qcollectiongenerator is run -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user