Doc: Updated doc templates in doc/global
authorJerome Pasion <jerome.pasion@digia.com>
Fri, 21 Sep 2012 11:40:26 +0000 (13:40 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 21 Sep 2012 12:51:13 +0000 (14:51 +0200)
Task-number: QTBUG-27293
Change-Id: I37bb8ceb958d12d3670eb9db920078a585578721
Reviewed-by: Martin Smith <martin.smith@digia.com>
doc/global/qt-html-templates-offline.qdocconf
doc/global/qt-module-defaults.qdocconf

index 7c7810a..135d0ab 100644 (file)
@@ -1,6 +1,20 @@
+#
+#  W A R N I N G
+#  -------------
+#
+# A common HTML template for modules in this repository.
+# This template is common among the Qt 5 modules.
+#
+# A change in this template must be replicated in all of the repositories.
+#
+# We mean it.
+#
+
+HTML.templatedir = ../../../doc
+
 HTML.nobreadcrumbs      = "true"
 
-HTML.stylesheets = ../../../doc/global/style/offline.css
+HTML.stylesheets = global/style/offline.css
 
 HTML.headerstyles = \
     "  <link rel=\"stylesheet\" type=\"text/css\" href=\"style/offline.css\" />\n"
@@ -29,4 +43,3 @@ HTML.footer = \
     "      of their respective owners. <a title=\"Privacy Policy\"\n" \
     "      href=\"http://en.gitorious.org/privacy_policy/\">Privacy Policy</a></p>\n" \
     "</div>\n" \
-
index 4b7755b..48e9ae7 100644 (file)
@@ -1,3 +1,15 @@
+#
+#  W A R N I N G
+#  -------------
+#
+# A common template for modules in this repository.
+# This template is common among the Qt 5 modules.
+#
+# A change in this template must be replicated in all of the repositories.
+#
+# We mean it.
+#
+
 codeindent              = 1
 
 Cpp.ignoretokens        = \
@@ -33,6 +45,7 @@ Cpp.ignoretokens        = \
                           Q_OPENGL_EXPORT \
                           Q_OPENVG_EXPORT \
                           Q_OUTOFLINE_TEMPLATE \
+                          Q_PRINTSUPPORT_EXPORT \
                           Q_SQL_EXPORT \
                           Q_SVG_EXPORT \
                           Q_SCRIPT_EXPORT \