Index: generic/src/mm/buddy.c
===================================================================
--- generic/src/mm/buddy.c	(revision 24f3874a4a82af6978a92f03e6b9dee9674ab008)
+++ generic/src/mm/buddy.c	(revision 7f0837cc107de409715135bd7cdfd7724b6e37a9)
@@ -46,5 +46,5 @@
  * Allocate memory for and initialize new buddy system.
  *
- * @param b Preallocated buddy system control data
+ * @param b Preallocated buddy system control data.
  * @param max_order The biggest allocable size will be 2^max_order.
  * @param op Operations for new buddy system.
Index: generic/src/mm/page.c
===================================================================
--- generic/src/mm/page.c	(revision 24f3874a4a82af6978a92f03e6b9dee9674ab008)
+++ generic/src/mm/page.c	(revision 7f0837cc107de409715135bd7cdfd7724b6e37a9)
@@ -74,6 +74,6 @@
 /** Insert mapping of page to frame.
  *
- * Map virtual address 'page' to physical address 'frame'
- * using 'flags'. Allocate and setup any missing page tables.
+ * Map virtual address @page to physical address @frame
+ * using @flags. Allocate and setup any missing page tables.
  *
  * The page table must be locked and interrupts must be disabled.
@@ -94,5 +94,5 @@
 /** Remove mapping of page.
  *
- * Remove any mapping of 'page' within address space 'as'.
+ * Remove any mapping of @page within address space @as.
  * TLB shootdown should follow in order to make effects of
  * this call visible.
