diff options
Diffstat (limited to 'include/apos/conf.h')
| -rw-r--r-- | include/apos/conf.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
