summaryrefslogtreecommitdiffstats
path: root/vppinfra/vppinfra/bihash_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'vppinfra/vppinfra/bihash_template.h')
-rw-r--r--vppinfra/vppinfra/bihash_template.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vppinfra/vppinfra/bihash_template.h b/vppinfra/vppinfra/bihash_template.h
index b7968e75453..5f80e7af044 100644
--- a/vppinfra/vppinfra/bihash_template.h
+++ b/vppinfra/vppinfra/bihash_template.h
@@ -14,6 +14,8 @@
* limitations under the License.
*/
+/** @if DOCUMENTATION_IS_IN_BIHASH_DOC_H */
+
/*
* Note: to instantiate the template multiple times in a single file,
* #undef __included_bihash_template_h__...
@@ -197,3 +199,5 @@ static inline int BV(clib_bihash_search_inline_2)
#endif /* __included_bihash_template_h__ */
+
+/** @endif */