From: Jerome Pasion Date: Fri, 21 Sep 2012 11:40:26 +0000 (+0200) Subject: Doc: Updated doc templates in doc/global X-Git-Tag: upstream/5.2.1~1152 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5d5437ae221ad97ae78ecc484bf26a585402f65;p=platform%2Fupstream%2Fqtdeclarative.git Doc: Updated doc templates in doc/global Task-number: QTBUG-27293 Change-Id: I37bb8ceb958d12d3670eb9db920078a585578721 Reviewed-by: Martin Smith --- diff --git a/doc/global/qt-html-templates-offline.qdocconf b/doc/global/qt-html-templates-offline.qdocconf index 7c7810a..135d0ab 100644 --- a/doc/global/qt-html-templates-offline.qdocconf +++ b/doc/global/qt-html-templates-offline.qdocconf @@ -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 = \ " \n" @@ -29,4 +43,3 @@ HTML.footer = \ " of their respective owners. Privacy Policy

\n" \ "\n" \ - diff --git a/doc/global/qt-module-defaults.qdocconf b/doc/global/qt-module-defaults.qdocconf index 4b7755b..48e9ae7 100644 --- a/doc/global/qt-module-defaults.qdocconf +++ b/doc/global/qt-module-defaults.qdocconf @@ -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 \