|
|
|
@ -144,15 +144,15 @@ SHORT_NAMES = NO
|
|
|
|
|
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
|
|
|
|
|
# will interpret the first line (until the first dot) of a JavaDoc-style
|
|
|
|
|
# comment as the brief description. If set to NO, the JavaDoc
|
|
|
|
|
# comments will behave just like regular Qt-style comments
|
|
|
|
|
# comments will behave just like regular TQt-style comments
|
|
|
|
|
# (thus requiring an explicit @brief command for a brief description.)
|
|
|
|
|
|
|
|
|
|
JAVADOC_AUTOBRIEF = NO
|
|
|
|
|
|
|
|
|
|
# If the QT_AUTOBRIEF tag is set to YES then Doxygen will
|
|
|
|
|
# interpret the first line (until the first dot) of a Qt-style
|
|
|
|
|
# interpret the first line (until the first dot) of a TQt-style
|
|
|
|
|
# comment as the brief description. If set to NO, the comments
|
|
|
|
|
# will behave just like regular Qt-style comments (thus requiring
|
|
|
|
|
# will behave just like regular TQt-style comments (thus requiring
|
|
|
|
|
# an explicit \brief command for a brief description.)
|
|
|
|
|
|
|
|
|
|
QT_AUTOBRIEF = NO
|
|
|
|
@ -939,7 +939,7 @@ TOC_EXPAND = NO
|
|
|
|
|
|
|
|
|
|
# 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 that can be used as input for
|
|
|
|
|
# Qt's qhelpgenerator to generate a Qt Compressed Help (.qch) of the generated
|
|
|
|
|
# TQt's qhelpgenerator to generate a TQt Compressed Help (.qch) of the generated
|
|
|
|
|
# HTML documentation.
|
|
|
|
|
|
|
|
|
|
GENERATE_QHP = NO
|
|
|
|
@ -951,36 +951,30 @@ GENERATE_QHP = NO
|
|
|
|
|
QCH_FILE =
|
|
|
|
|
|
|
|
|
|
# The QHP_NAMESPACE tag specifies the namespace to use when generating
|
|
|
|
|
# Qt Help Project output. For more information please see
|
|
|
|
|
# http://doc.trolltech.com/qthelpproject.html#namespace
|
|
|
|
|
# TQt Help Project output.
|
|
|
|
|
|
|
|
|
|
QHP_NAMESPACE =
|
|
|
|
|
|
|
|
|
|
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
|
|
|
|
|
# Qt Help Project output. For more information please see
|
|
|
|
|
# http://doc.trolltech.com/qthelpproject.html#virtual-folders
|
|
|
|
|
# TQt Help Project output.
|
|
|
|
|
|
|
|
|
|
QHP_VIRTUAL_FOLDER = doc
|
|
|
|
|
|
|
|
|
|
# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to add.
|
|
|
|
|
# For more information please see
|
|
|
|
|
# http://doc.trolltech.com/qthelpproject.html#custom-filters
|
|
|
|
|
|
|
|
|
|
QHP_CUST_FILTER_NAME =
|
|
|
|
|
|
|
|
|
|
# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the custom filter to add.For more information please see
|
|
|
|
|
# <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">Qt Help Project / Custom Filters</a>.
|
|
|
|
|
# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the custom filter to add.
|
|
|
|
|
|
|
|
|
|
QHP_CUST_FILTER_ATTRS =
|
|
|
|
|
|
|
|
|
|
# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this project's
|
|
|
|
|
# filter section matches.
|
|
|
|
|
# <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">Qt Help Project / Filter Attributes</a>.
|
|
|
|
|
|
|
|
|
|
QHP_SECT_FILTER_ATTRS =
|
|
|
|
|
|
|
|
|
|
# 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 TQt's qhelpgenerator.
|
|
|
|
|
# If non-empty doxygen will try to run qhelpgenerator on the generated
|
|
|
|
|
# .qhp file.
|
|
|
|
|
|
|
|
|
@ -1027,7 +1021,7 @@ TREEVIEW_WIDTH = 250
|
|
|
|
|
FORMULA_FONTSIZE = 12
|
|
|
|
|
|
|
|
|
|
# When the SEARCHENGINE tag is enable doxygen will generate a search box for the HTML output. The underlying search engine uses javascript
|
|
|
|
|
# and DHTML and should work on any modern browser. Note that when using HTML help (GENERATE_HTMLHELP) or Qt help (GENERATE_QHP)
|
|
|
|
|
# and DHTML and should work on any modern browser. Note that when using HTML help (GENERATE_HTMLHELP) or TQt help (GENERATE_QHP)
|
|
|
|
|
# there is already a search function so this one should typically
|
|
|
|
|
# be disabled.
|
|
|
|
|
|
|
|
|
|