summaryrefslogtreecommitdiffstats
path: root/src/doc/config/html-offline.qdocconf
blob: fb062770cbb69bc375718c217bcf4952e6cece03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# use the global Qt template with modifications to the html footer
include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf)
include($QT_INSTALL_DOCS/global/qt-cpp-defines.qdocconf)
include($QT_INSTALL_DOCS/global/fileextensions.qdocconf)

HTML.nobreadcrumbs    = "true"

# \welcome macro is used in online docs, no output in offline mode
macro.welcome.HTML    = "\n"

HTML.footer = \
    "  <div class=\"ft\">\n" \
    "    <span></span>\n" \
    "  </div>\n" \
    "</div> \n" \
    "<div class=\"footer\">\n" \
    "    <p>\n" \
    "      <acronym title=\"Copyright\">&copy;</acronym> 2015 The Qt Company.</p>\n" \
    "    <p>\n" \
    "       Licensees holding valid Qt Commercial licenses may use this document in\n" \
    "       accordance with the Qt Commercial License Agreement provided with the\n" \
    "       Software or, alternatively, in accordance with the terms contained in a\n" \
    "       written agreement between you and The Qt Company.<\p>\n" \
    "    <p>\n" \
    "      Qt and respective logos are trademarks of The Qt Company \n" \
    "      in Finland and/or other countries worldwide. All other trademarks are property\n" \
    "      of their respective owners. <a title=\"Privacy Policy\"\n" \
    "      href=\"http://www.qt.io/terms-conditions/#section-3\">Privacy Policy</a></p>\n" \
    "</div>\n"