QDoc: Add extra tags when no HTML.endheader is specified.
authorCasper van Donderen <casper.vandonderen@nokia.com>
Wed, 1 Aug 2012 17:10:47 +0000 (19:10 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 2 Aug 2012 18:38:54 +0000 (20:38 +0200)
commit17a68ee65bf96f8a88cdf9628aaac1d5c63b8e6f
treed6b26edfb116ab8935f1029c7ad883059995c550
parent5ac4a1304b44283bb0ddf593b08e7e44ed9a107f
QDoc: Add extra tags when no HTML.endheader is specified.

The default Qt template inserts </head><body> with some arguments in the header of the HTML document.
When you don't specify the HTML.endheader qdocconf variable those tags will not be generated and the
QTextBrowser-based view in Qt Assistant will not be able to render the documentation.

Change-Id: Ieee231f300e1dc71d6b6343771d2682b3de96d73
Reviewed-by: Pierre Rossi <pierre.rossi@nokia.com>
src/tools/qdoc/htmlgenerator.cpp