doc: Initial doxygen framework for NSH SFC project 53/3253/4
authorHåkan Jonsson <[email protected]>
Tue, 13 Sep 2016 08:44:32 +0000 (10:44 +0200)
committerEd Warnicke <[email protected]>
Tue, 4 Oct 2016 22:18:17 +0000 (22:18 +0000)
commit440cde6899d2113c07d192b3490b546d8a62a5b9
tree510c9f1746e20815f0e16fcd3e947e71484e076b
parent45fec8fd68f6b65784670fe079f1c0a8d332b405
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: Ibd09d9f5338609a7f57a384ded86fca874f4efdc
Signed-off-by: Håkan Jonsson <[email protected]>
Signed-off-by: Ed Warnicke <[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]