Update doxygen.cfg file, extract its HTML/CSS files 52/44252/3
authorLukasz Kostyra <l.kostyra@samsung.com>
Tue, 14 Jul 2015 08:22:32 +0000 (10:22 +0200)
committerLukasz Kostyra <l.kostyra@samsung.com>
Tue, 21 Jul 2015 12:19:29 +0000 (14:19 +0200)
commitfee3cb2ed9545457527564f96b2bb6715062ed0a
treec099c32901f30942636aacfe078292bdfc46bca9
parent6da281c3247ed2ac10ce15df1535fbbd3fe22f9c
Update doxygen.cfg file, extract its HTML/CSS files

[Feature]       Doxygen cfg file was updated to 1.8.6
[Cause]         Warnings during parsing
[Solution]      Upgraded doxygen cfg with doxygen -u
[Verification]  Generate documentation - no warnings related to deprecated
                doxygen.cfg parameters should occur (these appeared at the very
                beginning of parsing; keep in mind - Vasum comments do produce
                warnings and will be fixed further on).

The commit additionally extracts default HTML header and footer, and default
CSS schema. These are kept in doc folder together with doxygen.cfg. Doxygen was
set up to use these files when generating documentation.

Change-Id: Ie8f78f0617e42de5bcaa6ce75b46cb436d3c8fd3
doc/custom.css [new file with mode: 0644]
doc/doxygen.cfg
doc/footer.html [new file with mode: 0644]
doc/header.html [new file with mode: 0644]