aboutsummaryrefslogtreecommitdiff
path: root/lib/ubsan.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-06-09 23:50:14 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-06-09 23:50:14 +0300
commitda8eeb7695a4803d1d45c8c26c05a51fb1ba1e55 (patch)
tree85323057da02893e351426c60f2c5cfd5603b428 /lib/ubsan.c
parente30cd339e271b0d16dbecf6c521fa06c3a05e3f1 (diff)
downloadkmi-da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55.tar.gz
kmi-da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55.zip
continue documentation
Diffstat (limited to 'lib/ubsan.c')
-rw-r--r--lib/ubsan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ubsan.c b/lib/ubsan.c
index 4ee360e..bbefdad 100644
--- a/lib/ubsan.c
+++ b/lib/ubsan.c
@@ -3,7 +3,7 @@
* Tiny undefined behaviour sanitizer, mostly lifted from
* https://github.com/Abb1x/tinyubsan/blob/master/src/tinyubsan.c
*
- * @todo Add in more runtime info.
+ * \todo Add in more runtime info.
*
* Note that this file's documentation is pretty vague, as I don't know the ins
* and outs of the undefined behaviour sanitizer subsystem.
@@ -27,7 +27,7 @@ struct source_location {
/**
* Describes the type of undefined behaviour.
*
- * Currently largely unused, @todo implement better undefined behaviour bug
+ * Currently largely unused, \todo implement better undefined behaviour bug
* messages.
*/
struct type_descriptor {