1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-04 13:17:34 +02:00
Files
tomahawk/thirdparty/qt-certificate-addon/doc/certificate.qdocconf
2014-06-27 02:17:10 +01:00

34 lines
804 B
Plaintext

project = Certificate
description = Certificate Documentation
sourcedirs = ../src ./src
headerdirs = ../src
exampledirs = ../examples
sources.fileextensions = "*.cpp *.qdoc"
headers.fileextensions = "*.h"
examples.fileextensions = "*.h *.cpp"
outputdir = html
outputformats = HTML
Cpp.ignoretokens = \
QT_BEGIN_NAMESPACE_CERTIFICATE \
QT_END_NAMESPACE_CERTIFICATE \
Q_ADDON_CERTIFICATE_EXPORT
HTML.nobreadcrumbs = "true"
HTML.templatedir = .
HTML.stylesheets = style/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\">Certificate Reference</a>" \
" </div>\n" \
" </div>\n"