summaryrefslogtreecommitdiffstats
path: root/vppinfra/vppinfra/bihash_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'vppinfra/vppinfra/bihash_template.c')
-rw-r--r--vppinfra/vppinfra/bihash_template.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/vppinfra/vppinfra/bihash_template.c b/vppinfra/vppinfra/bihash_template.c
index 35384a38067..0ee92c07570 100644
--- a/vppinfra/vppinfra/bihash_template.c
+++ b/vppinfra/vppinfra/bihash_template.c
@@ -13,6 +13,8 @@
* limitations under the License.
*/
+/** @if DOCUMENTATION_IS_IN_BIHASH_DOC_H */
+
void BV(clib_bihash_init)
(BVT(clib_bihash) * h, char * name, u32 nbuckets,
uword memory_size)
@@ -452,3 +454,5 @@ void BV(clib_bihash_foreach_key_value_pair)
}
}
}
+
+/** @endif */