diff options
author | Chris Luke <chrisy@flirble.org> | 2016-12-28 09:44:47 -0500 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2016-12-28 15:48:08 +0000 |
commit | fdc62abdc113ea63dc867375bd49ef3043dcd290 (patch) | |
tree | 58fa46de0a30e69db796564890c3daa2830953c7 /src/vnet/span | |
parent | 37d77e9edbf845de23d41c343c11b34a575761ff (diff) |
Repair Doxygen build infrastructure
After Gerrit 4430 much of the documentation failed to build, but
silently so it was easily missed; equally missing that several
paths have been missing for a while.
- Correct paths after directory tree changes.
- Doxygen now bails when input paths don't exist.
- Fix up some of the less deranged entries in the documentation index.
- Exclude the LUA tree, its documentation is a mess.
Change-Id: I35e6b433feee5e05bca772d93aa1635c724db734
Signed-off-by: Chris Luke <chrisy@flirble.org>
Diffstat (limited to 'src/vnet/span')
-rw-r--r-- | src/vnet/span/span_doc.md (renamed from src/vnet/span/span.md) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/span/span.md b/src/vnet/span/span_doc.md index ee3f814f5c3..46480b2801a 100644 --- a/src/vnet/span/span.md +++ b/src/vnet/span/span_doc.md @@ -1,4 +1,4 @@ -# VPP SPAN implementation +# VPP SPAN implementation {#span_doc} This is a memo intended to contain documentation of the VPP SPAN implementation. Everything that is not directly obvious should come here. |