diff options
author | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2019-07-29 11:18:05 +0200 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-08-01 18:01:57 +0000 |
commit | 55c68c9521d98005ce850ee54a40c7579d88928b (patch) | |
tree | b5513b058e87e9914c13e5f08df5787f2b595fa8 /src/examples | |
parent | 30aaf97a90230d68c0f2736b0a026e07b06e7e32 (diff) |
docs: Small fixes and ordering
* deactivtates the TODOs on doxygen (were empty)
* This move punt.md to readthedocs (should be the new
place for dev doc ?)
* Makes Handoff queue demo plugin a child of dev doc
in doxygen
Type: fix
Change-Id: I1f0476a911b35208212af8dd608bc76160efd22a
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'src/examples')
-rw-r--r-- | src/examples/handoffdemo/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/handoffdemo/README.md b/src/examples/handoffdemo/README.md index 3787731c73f..e38c7b3cca0 100644 --- a/src/examples/handoffdemo/README.md +++ b/src/examples/handoffdemo/README.md @@ -1,4 +1,4 @@ -# Handoff queue demo plugin +# Handoff queue demo plugin {#handoff_queue_demo_plugin} This plugin provides a simplified example of how to hand off packets between threads. I used it to debug packet-tracer handoff |