diff options
author | Billy McFall <bmcfall@redhat.com> | 2017-01-06 12:40:14 -0500 |
---|---|---|
committer | Chris Luke <chris_luke@comcast.com> | 2017-01-06 22:03:21 +0000 |
commit | a1b99dada3190d793555a075aa4eb3560c68fec7 (patch) | |
tree | b2e6acf6f84d52f5b48b3b7d8a7779198d0a3de0 /src/vnet/devices/af_packet/dir.dox | |
parent | c4aaee11468aa5ed7af01d0747d912493cff002d (diff) |
VPP-279: doxygen documentation for host interface CLI commands
Change-Id: I2c6c16688be35e2e122c2377ded467c68a4c5a97
Signed-off-by: Billy McFall <bmcfall@redhat.com>
Diffstat (limited to 'src/vnet/devices/af_packet/dir.dox')
-rw-r--r-- | src/vnet/devices/af_packet/dir.dox | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/vnet/devices/af_packet/dir.dox b/src/vnet/devices/af_packet/dir.dox new file mode 100644 index 00000000000..78991c6d97f --- /dev/null +++ b/src/vnet/devices/af_packet/dir.dox @@ -0,0 +1,29 @@ +/* + * Copyright (c) 2016 Cisco and/or its affiliates. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at: + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* Doxygen directory documentation */ + +/** +@dir +@brief Host Interface Implementation. + +This directory contains the source code for Host Interface driver. The +Host Interface driver leverages the DPDK AF_PACKET driver. + + +*/ +/*? %%clicmd:group_label Host Interface %% ?*/ +/*? %%syscfg:group_label Host Interface %% ?*/ |