These patches aims to generate a documentation for API from doxygen. Thomas Monjalon (4): lib: fix some doxygen comments mk: factorize some rules mk: clean dead doc rules doc: generate HTML for API with doxygen
doc/doxy-api-index.md | 101 +++++++++++++++++++ doc/doxy-api.conf | 59 +++++++++++ doc/doxy-html-custom.sh | 6 ++ lib/librte_eal/common/include/rte_debug.h | 2 +- lib/librte_eal/common/include/rte_pci.h | 4 +- lib/librte_eal/common/include/rte_string_fns.h | 4 +- lib/librte_ether/rte_ethdev.h | 6 +- mk/rte.doc.mk | 127 ------------------------ mk/rte.sdkdoc.mk | 52 ++++------ mk/rte.sdkroot.mk | 72 ++++---------- 10 files changed, 213 insertions(+), 220 deletions(-) create mode 100644 doc/doxy-api-index.md create mode 100644 doc/doxy-api.conf create mode 100755 doc/doxy-html-custom.sh delete mode 100644 mk/rte.doc.mk