VPP-62 Add a doxy filter to enable vpe.api doc 23/1123/3
authorChris Luke <chrisy@flirble.org>
Sat, 14 May 2016 16:17:12 +0000 (12:17 -0400)
committerKeith Burns <alagalah@gmail.com>
Sun, 15 May 2016 13:22:54 +0000 (13:22 +0000)
commit75a37b372efc2b4a324aa38b53487b8168358a63
tree723b47db3ecf25492cad6076efc8a8f5e1162130
parent7e55d364fd88bb462c7211209f5cbb5bbae3a68c
VPP-62 Add a doxy filter to enable vpe.api doc

This makes Doxygen think the API definitions are structs which is close
enough to be able to document the API methods.

It also has logic to create an indexed API page but that's disabled for
now because it duplicates the "brief" text twice in the struct doc.

Fixes a minor line numbering issue in filter_c.py.

Change-Id: If380160b73e7c10d999b35a76f55d0e27cbc91cc
Signed-off-by: Chris Luke <chrisy@flirble.org>
doxygen/doxygen.cfg
doxygen/filter_api.py [new file with mode: 0755]
doxygen/filter_c.py