From da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 9 Jun 2022 23:50:14 +0300 Subject: continue documentation --- include/apos/conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/apos/conf.h') diff --git a/include/apos/conf.h b/include/apos/conf.h index 5b9bf10..3a00997 100644 --- a/include/apos/conf.h +++ b/include/apos/conf.h @@ -14,7 +14,7 @@ * \remark Note that runtime parameter passing is not yet implemented, and I might * implement per-thread stack sizes as well. * \global - * @todo This should probably be a function instead. + * \todo This should probably be a function instead. */ extern size_t __thread_stack_size; @@ -22,7 +22,7 @@ extern size_t __thread_stack_size; * Provides access to the runtime global parameter. * \see __thread_stack_size. * \global - * @todo This should probably also be a function instead. + * \todo This should probably also be a function instead. */ extern size_t __call_stack_size; -- cgit v1.3