diff --git a/documentation/CMakeLists.txt b/documentation/CMakeLists.txt index 43cbd252..9cf81619 100644 --- a/documentation/CMakeLists.txt +++ b/documentation/CMakeLists.txt @@ -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() diff --git a/library/Doxyfile.in b/library/Doxyfile.in index d7dae541..c6feb56b 100644 --- a/library/Doxyfile.in +++ b/library/Doxyfile.in @@ -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 # Qt Help Project / Namespace. -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 diff --git a/library/polyvox.qhcp.in b/library/polyvox.qhcp.in index 8d99258b..5be8d2a5 100644 --- a/library/polyvox.qhcp.in +++ b/library/polyvox.qhcp.in @@ -3,11 +3,11 @@ PolyVox Documentation - qthelp://org.thermite3d.polyvox/api/index.html - qthelp://org.thermite3d.polyvox/api/index.html + qthelp://com.volumesoffun.polyvox/api/index.html + qthelp://com.volumesoffun.polyvox/api/index.html false - thermite3d/polyvox + volumesoffun/polyvox