qdoc: Handle extra imahes exactly like styles
authorMartin Smith <martin.smith@digia.com>
Fri, 16 Nov 2012 13:47:45 +0000 (14:47 +0100)
committerJerome Pasion <jerome.pasion@digia.com>
Fri, 16 Nov 2012 13:57:59 +0000 (14:57 +0100)
commita5f2a0816b6906053a295b14a5eebcc2dce4704c
tree03d2e48f1829007f5ac58bc1b33df8a90d3f3c43
parentb75980d7f5b25ef11879305517a4036af0e324cf
qdoc: Handle extra imahes exactly like styles

The values of the extraimages variable in the qdocconf file
must now be paths that are relative to the location of
the qdocconf file, just like for styles. They can be
absolute paths, of course, but if they are relative,
they must be relative to the qdocconf file containing
the extraimages variable.

The extraimages variable is for including images used
in the HTML heard and footer that are not referred to
in the documentation.

Task-number: QTBUG-27878
Change-Id: If5e0d1dee7ba231a9c1a73f02a1bbaeb7bfe52c8
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
src/tools/qdoc/generator.cpp