284958c222
This change makes qdoc support additional attributes and tags written to example/demo manifest files. The goal is to enable highlighting of selected items, as well as having additional content to make searching for specific categories work better in Qt Creator welcome screen. This meta-content is stored in manifest-meta.qdocconf, which is loaded globally for all modules. Tag handling is also changed to use a QSet to eliminate possible duplicate tags. Task-number: QTBUG-29354 Change-Id: I2c4b2dff6229172efbecc2bfc1c269017edc4d56 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
31 lines
960 B
Plaintext
31 lines
960 B
Plaintext
include(macros.qdocconf)
|
|
include(qt-cpp-ignore.qdocconf)
|
|
include(qt-defines.qdocconf)
|
|
include(qt-html-templates-offline.qdocconf)
|
|
include(compat.qdocconf)
|
|
include(manifest-meta.qdocconf)
|
|
|
|
dita.metadata.default.author = Qt Project
|
|
dita.metadata.default.permissions = all
|
|
dita.metadata.default.publisher = Qt Project
|
|
dita.metadata.default.copyryear = 2013
|
|
dita.metadata.default.copyrholder = Digia Plc
|
|
dita.metadata.default.audience = programmer
|
|
|
|
naturallanguage = en_US
|
|
outputencoding = UTF-8
|
|
sourceencoding = UTF-8
|
|
|
|
examples.fileextensions = "*.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp *.qml *.css"
|
|
examples.imageextensions = "*.png *.jpg *.gif"
|
|
|
|
headers.fileextensions = "*.ch *.h *.h++ *.hh *.hpp *.hxx"
|
|
sources.fileextensions = "*.c++ *.cc *.cpp *.cxx *.mm *.qml *.qdoc"
|
|
|
|
versionsym = QT_VERSION_STR
|
|
|
|
macro.raisedaster.HTML = "<sup>*</sup>"
|
|
|
|
#include the external websites
|
|
sourcedirs += externalsites
|