diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2020-12-11 03:32:19 +0000 |
---|---|---|
committer | Matthew Smith <mgsmith@netgate.com> | 2020-12-11 21:59:08 +0000 |
commit | 6c8cdf78b47494f98ac0d6dac8c736467f4afc55 (patch) | |
tree | 8ca7f750a8fce418d9d4fef6ac87700f6720b56a /src | |
parent | bfba2d555331ce67f707e608877e96dbd2aacd80 (diff) |
misc: cop - clean up stray doxygen block
Type: style
Change-Id: Iee9463735c4d114a97e6167d717d1911c4477e70
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/vnet/cop/cop.api | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/vnet/cop/cop.api b/src/vnet/cop/cop.api index 75fd15bbb9f..f0916cb5844 100644 --- a/src/vnet/cop/cop.api +++ b/src/vnet/cop/cop.api @@ -57,13 +57,6 @@ autoreply define cop_whitelist_enable_disable bool default_cop; }; -/** \brief get_node_graph - get a copy of the vpp node graph - including the current set of graph arcs. - - @param client_index - opaque cookie to identify the sender - @param context - sender context, to match reply w/ request -*/ - /* * Local Variables: * eval: (c-set-style "gnu") |