@@ -970,25 +970,25 @@ TOC_EXPAND = NO
970
970
# that can be used as input for Qt's qhelpgenerator to generate a
971
971
# Qt Compressed Help (.qch) of the generated HTML documentation.
972
972
973
- GENERATE_QHP = NO
973
+ GENERATE_QHP = @WITH_QHP@
974
974
975
975
# If the QHG_LOCATION tag is specified, the QCH_FILE tag can
976
976
# be used to specify the file name of the resulting .qch file.
977
977
# The path specified is relative to the HTML output folder.
978
978
979
- QCH_FILE =
979
+ QCH_FILE =../qch/qgis.qch
980
980
981
981
# The QHP_NAMESPACE tag specifies the namespace to use when generating
982
982
# Qt Help Project output. For more information please see
983
983
# http://doc.trolltech.com/qthelpproject.html#namespace
984
984
985
- QHP_NAMESPACE = org.doxygen.Project
985
+ QHP_NAMESPACE = org.qgis.qgis2
986
986
987
987
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
988
988
# Qt Help Project output. For more information please see
989
989
# http://doc.trolltech.com/qthelpproject.html#virtual-folders
990
990
991
- QHP_VIRTUAL_FOLDER = doc
991
+ QHP_VIRTUAL_FOLDER = qgis
992
992
993
993
# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
994
994
# add. For more information please see
@@ -1016,7 +1016,7 @@ QHP_SECT_FILTER_ATTRS =
1016
1016
# If non-empty doxygen will try to run qhelpgenerator on the generated
1017
1017
# .qhp file.
1018
1018
1019
- QHG_LOCATION =
1019
+ QHG_LOCATION = qhelpgenerator
1020
1020
1021
1021
# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files
1022
1022
# will be generated, which together with the HTML files, form an Eclipse help
0 commit comments