forked from qt-creator/qt-creator
Add the path to the snippets folder to the qdocconf file and fix the paths in \snippet commands in the source file. Change-Id: Iebabec6919b580e6d1474685777862200d314a83 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
project = "QtCreator"
|
|
description = "Qt Creator Manual"
|
|
|
|
headerdirs =
|
|
sourcedirs = $SRCDIR/src
|
|
imagedirs = $SRCDIR/images $SRCDIR/templates/images
|
|
outputdir = $OUTDIR
|
|
exampledirs = $SRCDIR/examples \
|
|
$SRCDIR/snippets
|
|
indexes = qt.index
|
|
|
|
include(compat.qdocconf)
|
|
include(macros.qdocconf)
|
|
include(qt-cpp-ignore.qdocconf)
|
|
include(qt-defines.qdocconf)
|
|
|
|
sources.fileextensions = "*.qdoc"
|
|
|
|
qhp.projects = QtCreator
|
|
qhp.QtCreator.file = qtcreator.qhp
|
|
qhp.QtCreator.namespace = com.nokia.qtcreator.$QTC_VERSION_TAG
|
|
qhp.QtCreator.virtualFolder = doc
|
|
qhp.QtCreator.indexTitle = Qt Creator Manual $QTC_VERSION
|
|
qhp.QtCreator.filterAttributes = qtcreator $QTC_VERSION
|
|
qhp.QtCreator.customFilters.QtCreator.name = Qt Creator $QTC_VERSION
|
|
qhp.QtCreator.customFilters.QtCreator.filterAttributes = qtcreator $QTC_VERSION
|
|
qhp.QtCreator.indexRoot =
|
|
|
|
qhp.QtCreator.subprojects = manual
|
|
qhp.QtCreator.subprojects.manual.title = Qt Creator Manual
|
|
qhp.QtCreator.subprojects.manual.indexTitle = Qt Creator Manual
|
|
qhp.QtCreator.subprojects.manual.type = manual
|
|
|
|
# Doxygen compatibility commands
|
|
|
|
macro.see = "\\sa"
|
|
macro.function = "\\fn"
|