aboutsummaryrefslogtreecommitdiff
path: root/lib/string.h
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-12-11 21:42:29 +0200
committeraqua <aqua@iserlohn-fortress.net>2022-12-11 21:42:29 +0200
commitf398efa1ac52e967d9673a0efebd9a27f17d60bf (patch)
treeddf0460a1cf6f1ab8fd71de250e581f7f4e51b37 /lib/string.h
parentMove symlink target to leaf makefiles (diff)
downloadkernel-f398efa1ac52e967d9673a0efebd9a27f17d60bf.tar.xz
Generate docs using doxygen instead of sphinx
Diffstat (limited to 'lib/string.h')
-rw-r--r--lib/string.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/string.h b/lib/string.h
index 460057c..c8196c8 100644
--- a/lib/string.h
+++ b/lib/string.h
@@ -1,5 +1,10 @@
#pragma once
+///@defgroup libk libk
+///@{
+///@defgroup string string
+///@{
+
#define OCTAL 8
#define DECIMAL 10
#define HEX 16
@@ -18,3 +23,6 @@ char *utoa(char *p, unsigned x, int base);
#ifdef __cplusplus
}
#endif
+
+///@}
+///@}