aboutsummaryrefslogtreecommitdiff
path: root/include/apos/mem.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/mem.h
parente30cd339e271b0d16dbecf6c521fa06c3a05e3f1 (diff)
downloadkmi-da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55.tar.gz
kmi-da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55.zip
continue documentation
Diffstat (limited to 'include/apos/mem.h')
-rw-r--r--include/apos/mem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/apos/mem.h b/include/apos/mem.h
index 20293db..8932a2f 100644
--- a/include/apos/mem.h
+++ b/include/apos/mem.h
@@ -159,7 +159,7 @@
*/
#define order_bit(idx) ((idx) & (MM_OINFO_WIDTH - 1))
-/** @todo Get rid of slightly ugly __* syntax, as these aren't static. */
+/** \todo Get rid of slightly ugly __* syntax, as these aren't static. */
/**
* Convert physical address to virtual address in direct mapping.
@@ -180,7 +180,7 @@
/**
* Get page number of physical address.
*
- * @todo Isn't this the same as \ref pm_to_pnum()?
+ * \todo Isn't this the same as \ref pm_to_pnum()?
*
* @param x Physical address.
* @return Corresponding page number.
@@ -281,7 +281,7 @@ typedef ssize_t pnum_t;
* @param max_order Maximum order the current system supports.
* @param shifts Offsets to start of each memory order in address.
* @param page_shift Width in bits of base page size.
- * @todo Should likely also be stat_t?
+ * \todo Should likely also be stat_t?
*/
void init_mem(size_t max_order, size_t shifts[10], size_t page_shift);