aboutsummaryrefslogtreecommitdiff
path: root/include/apos/conf.h
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 /include/apos/conf.h
parente30cd339e271b0d16dbecf6c521fa06c3a05e3f1 (diff)
downloadkmi-da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55.tar.gz
kmi-da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55.zip
continue documentation
Diffstat (limited to 'include/apos/conf.h')
-rw-r--r--include/apos/conf.h4
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;