doc: Initial doxygen framework for NSH SFC project 53/2853/3
authorHåkan Jonsson <[email protected]>
Tue, 13 Sep 2016 08:44:32 +0000 (10:44 +0200)
committerKeith Burns <[email protected]>
Mon, 19 Sep 2016 17:00:53 +0000 (17:00 +0000)
commitd3ba5e5b26c5c7c60df2aa31704c90997aaac2ad
tree391ce93f73c0cb88350a2eca100ee76a0bb6522e
parent864fa77d3738db12b0d43b53ad2f3761db8a69dd
doc: Initial doxygen framework for NSH SFC project

A first attempt for a documentation generation using Doxygen for
the NSH SFC project.

Doxygen tagging and documentation in the code still need to be done.

Based on a copy of the Doxygen framework in VPP. Top Makefile added
to (only) build documentation.

Change-Id: I795dfd921dc3db1bf9fe901fb352edf8a3d65b50
Signed-off-by: Håkan Jonsson <[email protected]>
15 files changed:
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
build-root/.gitignore [new file with mode: 0644]
doxygen/Makefile [new file with mode: 0644]
doxygen/assets/doxy-vpp.css [new file with mode: 0644]
doxygen/assets/logo_fdio.png [new file with mode: 0644]
doxygen/dir.dox.sample [new file with mode: 0644]
doxygen/doxygen.cfg [new file with mode: 0644]
doxygen/filter_api.py [new file with mode: 0755]
doxygen/filter_c.py [new file with mode: 0755]
doxygen/filter_h.py [new file with mode: 0755]
doxygen/layout.xml [new file with mode: 0644]
doxygen/siphon_generate.py [new file with mode: 0755]
doxygen/siphon_process.py [new file with mode: 0755]
nsh-plugin/README.md [new file with mode: 0644]