f4d9dadabb
The browser backend for offline documentation has fewer capabilities when it comes to CSS and JavaScript support. These defines allow us to use \if conditionals when needed: /*! \if defined(onlinedocs) <Content that is rendered in online documentation> \else <Fallback for offline docs> \endif */ Change-Id: Ia51acb937754f22f2ece2836b4fb1470bf9ade90 Reviewed-by: Martin Smith <martin.smith@qt.io>
13 lines
340 B
Plaintext
13 lines
340 B
Plaintext
#include standard set of HTML header and footer.
|
|
HTML.nonavigationbar = "false"
|
|
HTML.tocdepth = 2
|
|
include(html-header-online.qdocconf)
|
|
include(html-footer-online.qdocconf)
|
|
|
|
defines += onlinedocs
|
|
|
|
#uncomment if navigation bar is not wanted
|
|
#HTML.nonavigationbar = "true"
|
|
|
|
sourcedirs += includes-online
|