mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-31 17:42:13 +02:00
Import qt-certificate-addon
This commit is contained in:
33
thirdparty/qt-certificate-addon/doc/certificate.qdocconf
vendored
Normal file
33
thirdparty/qt-certificate-addon/doc/certificate.qdocconf
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
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"
|
Reference in New Issue
Block a user