Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
llvm/trunk/docs/doxygen.cfg.in
Show First 20 Lines • Show All 932 Lines • ▼ Show 20 Lines | |||||
BINARY_TOC = NO | BINARY_TOC = NO | ||||
# The TOC_EXPAND flag can be set to YES to add extra items for group members | # The TOC_EXPAND flag can be set to YES to add extra items for group members | ||||
# to the contents of the HTML help documentation and to the tree view. | # to the contents of the HTML help documentation and to the tree view. | ||||
TOC_EXPAND = NO | TOC_EXPAND = NO | ||||
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and | # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and | ||||
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated | # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated | ||||
# that can be used as input for Qt's qhelpgenerator to generate a | # that can be used as input for Qt's qhelpgenerator to generate a | ||||
# Qt Compressed Help (.qch) of the generated HTML documentation. | # Qt Compressed Help (.qch) of the generated HTML documentation. | ||||
GENERATE_QHP = NO | GENERATE_QHP = @llvm_doxygen_generate_qhp@ | ||||
# If the QHG_LOCATION tag is specified, the QCH_FILE tag can | # If the QHG_LOCATION tag is specified, the QCH_FILE tag can | ||||
# be used to specify the file name of the resulting .qch file. | # be used to specify the file name of the resulting .qch file. | ||||
# The path specified is relative to the HTML output folder. | # The path specified is relative to the HTML output folder. | ||||
QCH_FILE = | QCH_FILE = @llvm_doxygen_qch_filename@ | ||||
# The QHP_NAMESPACE tag specifies the namespace to use when generating | # The QHP_NAMESPACE tag specifies the namespace to use when generating | ||||
# Qt Help Project output. For more information please see | # Qt Help Project output. For more information please see | ||||
# http://doc.trolltech.com/qthelpproject.html#namespace | # http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace | ||||
QHP_NAMESPACE = org.doxygen.Project | QHP_NAMESPACE = @llvm_doxygen_qhp_namespace@ | ||||
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating | # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating | ||||
# Qt Help Project output. For more information please see | # Qt Help Project output. For more information please see | ||||
# http://doc.trolltech.com/qthelpproject.html#virtual-folders | # http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-folders | ||||
QHP_VIRTUAL_FOLDER = doc | QHP_VIRTUAL_FOLDER = doc | ||||
# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to | # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to | ||||
# add. For more information please see | # add. For more information please see | ||||
# http://doc.trolltech.com/qthelpproject.html#custom-filters | # http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters | ||||
QHP_CUST_FILTER_NAME = | QHP_CUST_FILTER_NAME = @llvm_doxygen_qhp_cust_filter_name@ | ||||
# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the | # The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the | ||||
# custom filter to add. For more information please see | # custom filter to add. For more information please see | ||||
# <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters"> | # <a href="http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters"> | ||||
# Qt Help Project / Custom Filters</a>. | # Qt Help Project / Custom Filters</a>. | ||||
QHP_CUST_FILTER_ATTRS = | QHP_CUST_FILTER_ATTRS = @llvm_doxygen_qhp_cust_filter_attrs@ | ||||
# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this | # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this | ||||
# project's | # project's | ||||
# filter section matches. | # filter section matches. | ||||
# <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes"> | # <a href="http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes"> | ||||
# Qt Help Project / Filter Attributes</a>. | # Qt Help Project / Filter Attributes</a>. | ||||
QHP_SECT_FILTER_ATTRS = | QHP_SECT_FILTER_ATTRS = | ||||
# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can | # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can | ||||
# be used to specify the location of Qt's qhelpgenerator. | # be used to specify the location of Qt's qhelpgenerator. | ||||
# If non-empty doxygen will try to run qhelpgenerator on the generated | # If non-empty doxygen will try to run qhelpgenerator on the generated | ||||
# .qhp file. | # .qhp file. | ||||
QHG_LOCATION = | QHG_LOCATION = @llvm_doxygen_qhelpgenerator_path@ | ||||
# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files | # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files | ||||
# will be generated, which together with the HTML files, form an Eclipse help | # will be generated, which together with the HTML files, form an Eclipse help | ||||
# plugin. To install this plugin and make it available under the help contents | # plugin. To install this plugin and make it available under the help contents | ||||
# menu in Eclipse, the contents of the directory containing the HTML and XML | # menu in Eclipse, the contents of the directory containing the HTML and XML | ||||
# files needs to be copied into the plugins directory of eclipse. The name of | # files needs to be copied into the plugins directory of eclipse. The name of | ||||
# the directory within the plugins directory should be the same as | # the directory within the plugins directory should be the same as | ||||
# the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before | # the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before | ||||
▲ Show 20 Lines • Show All 641 Lines • Show Last 20 Lines |