An error occurred while loading the file. Please try again.
-
Michalina Ziemba authored
-added qdocconf, pri file, and stylesheet -modified project file Change-Id: I56b341b96c05fdafe8f0521bb28a7bb1ffc3288e Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Gary Aish <gary.aish@nokia.com> Reviewed-by:
Honglei Zhang <honglei.zhang@nokia.com>
69126b89
qt5-dita.qdocconf 679 B
# Name of the project.
project = projectname
# Directories in which to search for files to document and images.
# By default set to the root directory of the project for sources
# and headers and qdoc will therefore generate output for each file.
# Images should be placed in <rootdir>/dic/images and examples in
# <rootdir>/examples.
# Paths are relative to the location of this file.
exampledirs += .
headerdirs += ..
sourcedirs += ..
#Do not change the variables after this line unless you know what you are doing.
outputdir = ditaxml
outputformats = DITAXML
sources.fileextensions = "*.cpp *.qdoc *.mm *.qml"
headers.fileextensions = "*.h *.ch *.h++ *.hh *.hpp *.hxx"