summaryrefslogtreecommitdiffstats
path: root/doc/logger.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/logger.qdocconf')
-rw-r--r--doc/logger.qdocconf78
1 files changed, 78 insertions, 0 deletions
diff --git a/doc/logger.qdocconf b/doc/logger.qdocconf
new file mode 100644
index 0000000..bb20bf8
--- /dev/null
+++ b/doc/logger.qdocconf
@@ -0,0 +1,78 @@
+# alias.i = e
+
+project = QLogger
+description = QLogger Documentation
+
+exampledirs = ../examples
+headerdirs = ./src ../src
+imagedirs = images
+sourcedirs = ./src ../src
+
+Cpp.ignoretokens = \
+ QT_BEGIN_HEADER \
+ QT_END_HEADER \
+ Q_ENUMS \
+ Q_INVOKABLE \
+ QT_LOGGER_BEGIN_NAMESPACE \
+ QT_LOGGER_END_NAMESPACE \
+ Q_LOGGER_EXPORT
+
+# The following parameters are for creating a qhp file, the qhelpgenerator
+# program can convert the qhp file into a qch file which can be opened in
+# Qt Assistant and/or Qt Creator.
+
+# Defines the name of the project. You cannot use operators (+, =, -) in
+# the name. Properties for this project are set using a qhp.<projectname>.property
+# format.
+qhp.projects = QLogger
+
+# Sets the name of the output qhp file.
+qhp.QLogger.file = QLogger.qhp
+
+# Namespace for the output file. This namespace is used to distinguish between
+# different documentation files in Creator/Assistant. The namespace ends with
+# a version being a number containing a major, minor and revision element.
+# E.g. version 1.0 becomes 100.
+qhp.QLogger.namespace = com.nokia.qlogger.100
+
+# Title for the package, will be the main title for the package in
+# Assistant/Creator.
+qhp.QLogger.indexTitle = QLogger Reference Documentation
+
+# Extra files to add to the output which are not linked to from anywhere
+# using a qdoc \l command.
+qhp.QLogger.extraFiles = style/style.css \
+ index.html
+
+# Only update the name of the project for the next variables.
+qhp.QLogger.virtualFolder = qdoc
+qhp.QLogger.subprojects = classes
+qhp.QLogger.subprojects.classes.title = Classes
+qhp.QLogger.subprojects.classes.selectors = class fake:headerfile
+qhp.QLogger.subprojects.classes.sortPages = true
+
+
+# Do NOT change the variables after this line unless you know what you are doing.
+
+outputdir = html
+outputformats = HTML
+
+examples.fileextensions = "*.cpp *.h *.js *.svg *.xml *.ui *.qml"
+examples.imageextensions = "*.png *.jpeg *.jpg *.gif *.mng"
+headers.fileextensions = "*.h *.ch *.h++ *.hh *.hpp *.hxx"
+sources.fileextensions = "*.cpp *.qdoc *.mm *.qml"
+
+HTML.nobreadcrumbs = "true"
+
+HTML.templatedir = .
+HTML.stylesheets = style.css
+
+HTML.headerstyles = " <link rel=\"stylesheet\" type=\"text/css\" href=\"style/style.css\" />\n"
+HTML.endheader = "</head>\n"
+
+HTML.postheader = \
+ " <div class=\"header\">\n" \
+ " <div id=\"nav-logo\">\n" \
+ " <a href=\"index.html\">QLogger Reference</a>" \
+ " </div>\n" \
+ " </div>\n"