@@ -938,58 +938,58 @@ BINARY_TOC = NO
938
938
939
939
TOC_EXPAND = NO
940
940
941
- # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
942
- # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated
943
- # that can be used as input for Qt's qhelpgenerator to generate a
941
+ # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
942
+ # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated
943
+ # that can be used as input for Qt's qhelpgenerator to generate a
944
944
# Qt Compressed Help (.qch) of the generated HTML documentation.
945
945
946
- GENERATE_QHP = NO
946
+ GENERATE_QHP = @llvm_doxygen_generate_qhp@
947
947
948
- # If the QHG_LOCATION tag is specified, the QCH_FILE tag can
949
- # be used to specify the file name of the resulting .qch file.
948
+ # If the QHG_LOCATION tag is specified, the QCH_FILE tag can
949
+ # be used to specify the file name of the resulting .qch file.
950
950
# The path specified is relative to the HTML output folder.
951
951
952
- QCH_FILE =
952
+ QCH_FILE = @llvm_doxygen_qch_filename@
953
953
954
- # The QHP_NAMESPACE tag specifies the namespace to use when generating
955
- # Qt Help Project output. For more information please see
956
- # http://doc.trolltech.com /qthelpproject.html#namespace
954
+ # The QHP_NAMESPACE tag specifies the namespace to use when generating
955
+ # Qt Help Project output. For more information please see
956
+ # http://qt-project.org/ doc/qt-4.8 /qthelpproject.html#namespace
957
957
958
- QHP_NAMESPACE = org.doxygen.Project
958
+ QHP_NAMESPACE = @llvm_doxygen_qhp_namespace@
959
959
960
- # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
961
- # Qt Help Project output. For more information please see
962
- # http://doc.trolltech.com /qthelpproject.html#virtual-folders
960
+ # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
961
+ # Qt Help Project output. For more information please see
962
+ # http://qt-project.org/ doc/qt-4.8 /qthelpproject.html#virtual-folders
963
963
964
964
QHP_VIRTUAL_FOLDER = doc
965
965
966
- # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
967
- # add. For more information please see
968
- # http://doc.trolltech.com /qthelpproject.html#custom-filters
966
+ # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
967
+ # add. For more information please see
968
+ # http://qt-project.org/ doc/qt-4.8 /qthelpproject.html#custom-filters
969
969
970
- QHP_CUST_FILTER_NAME =
970
+ QHP_CUST_FILTER_NAME = @llvm_doxygen_qhp_cust_filter_name@
971
971
972
- # The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the
973
- # custom filter to add. For more information please see
974
- # <a href="http://doc.trolltech.com /qthelpproject.html#custom-filters">
972
+ # The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the
973
+ # custom filter to add. For more information please see
974
+ # <a href="http://qt-project.org/ doc/qt-4.8 /qthelpproject.html#custom-filters">
975
975
# Qt Help Project / Custom Filters</a>.
976
976
977
- QHP_CUST_FILTER_ATTRS =
977
+ QHP_CUST_FILTER_ATTRS = @llvm_doxygen_qhp_cust_filter_attrs@
978
978
979
- # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
980
- # project's
981
- # filter section matches.
982
- # <a href="http://doc.trolltech.com /qthelpproject.html#filter-attributes">
979
+ # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
980
+ # project's
981
+ # filter section matches.
982
+ # <a href="http://qt-project.org/ doc/qt-4.8 /qthelpproject.html#filter-attributes">
983
983
# Qt Help Project / Filter Attributes</a>.
984
984
985
- QHP_SECT_FILTER_ATTRS =
985
+ QHP_SECT_FILTER_ATTRS =
986
986
987
- # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
988
- # be used to specify the location of Qt's qhelpgenerator.
989
- # If non-empty doxygen will try to run qhelpgenerator on the generated
987
+ # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
988
+ # be used to specify the location of Qt's qhelpgenerator.
989
+ # If non-empty doxygen will try to run qhelpgenerator on the generated
990
990
# .qhp file.
991
991
992
- QHG_LOCATION =
992
+ QHG_LOCATION = @llvm_doxygen_qhelpgenerator_path@
993
993
994
994
# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files
995
995
# will be generated, which together with the HTML files, form an Eclipse help
0 commit comments