From da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 9 Jun 2022 23:50:14 +0300 Subject: continue documentation --- lib/ubsan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/ubsan.c') 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 { -- cgit v1.3