LISP - fix bug in ip_prefix_normalize_ip6
[vpp.git] / vppinfra / vppinfra / bihash_template.c
index 35384a3..0ee92c0 100644 (file)
@@ -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 */