From 93c4ac071ca11231ff319d7034f2d6b65e52a9a2 Mon Sep 17 00:00:00 2001 From: Costa Shulyupin Date: Tue, 26 Apr 2022 19:33:37 +0300 Subject: [PATCH] doxygen comment for lib/cdt --- lib/cdt/cdt.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/cdt/cdt.h b/lib/cdt/cdt.h index 6ab58aa0d..8e6acbbef 100644 --- a/lib/cdt/cdt.h +++ b/lib/cdt/cdt.h @@ -268,6 +268,11 @@ CDT_API unsigned int dtstrhash(unsigned int, void*, int); #define DT_PRIME 17109811 /* 2#00000001 00000101 00010011 00110011 */ #define dtcharhash(h,c) (((unsigned int)(h) + (unsigned int)(c)) * DT_PRIME ) +/** + * @dir lib/cdt + * @brief container data types + */ + #ifdef __cplusplus } #endif -- 2.40.0