aboutsummaryrefslogtreecommitdiffstats
path: root/doxygen/filter_api.py
AgeCommit message (Collapse)AuthorFilesLines
2019-11-05docs: fix 'make doxygen' under python3Paul Vinciguerra1-5/+9
The 'make doxygen' component has this cool vpp specific customization called siphon. This updates the siphon component so that 'make doxygen' works with python3. Needed-By: https://gerrit.fd.io/r/23159 Type: docs Change-Id: Ie29f1602bf3460b637058acbb0a2f19b128a8824 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
2016-05-15VPP-62 Add a doxy filter to enable vpe.api docChris Luke1-0/+45
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>