doc: generate HTML for API with doxygen
authorThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 19 Apr 2013 10:34:40 +0000 (12:34 +0200)
committerDavid Marchand <david.marchand@6wind.com>
Wed, 26 Feb 2014 10:01:13 +0000 (11:01 +0100)
commit9bf486e606b0ba66b7f64cb57cdc640a43f8317c
tree4df5e4e7c7110ca3e0b6e06fabe0dccaf076b193
parentee801f6cc7b8d8e3baff20d096c1ce53e633b348
doc: generate HTML for API with doxygen

- add index page
- add doxygen configuration for API
- add doxygen CSS customization applied by a script
- HTML generation via make rules

The configuration is splitted in a static file and a make rule in order to
dynamically configure output format and path.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: David Marchand <david.marchand@6wind.com>
doc/doxy-api-index.md [new file with mode: 0644]
doc/doxy-api.conf [new file with mode: 0644]
doc/doxy-html-custom.sh [new file with mode: 0755]
mk/rte.sdkdoc.mk
mk/rte.sdkroot.mk