Index: genarch/src/mm/page_ht.c
===================================================================
--- genarch/src/mm/page_ht.c	(revision 7f0837cc107de409715135bd7cdfd7724b6e37a9)
+++ genarch/src/mm/page_ht.c	(revision 040e4e960e3a23fb69c3cf9e7c8ae7112d7bf526)
@@ -155,10 +155,10 @@
 /** Map page to frame using page hash table.
  *
- * Map virtual address @page to physical address @frame
- * using @flags. 
+ * Map virtual address page to physical address frame
+ * using flags. 
  *
  * The page table must be locked and interrupts must be disabled.
  *
- * @param as Address space to which @page belongs.
+ * @param as Address space to which page belongs.
  * @param page Virtual address of the page to be mapped.
  * @param frame Physical address of memory frame to which the mapping is done.
@@ -191,5 +191,5 @@
 /** Remove mapping of page from page hash table.
  *
- * 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.
@@ -218,5 +218,5 @@
  * The page table must be locked and interrupts must be disabled.
  *
- * @param as Address space to wich @page belongs.
+ * @param as Address space to wich page belongs.
  * @param page Virtual page.
  *
Index: genarch/src/mm/page_pt.c
===================================================================
--- genarch/src/mm/page_pt.c	(revision 7f0837cc107de409715135bd7cdfd7724b6e37a9)
+++ genarch/src/mm/page_pt.c	(revision 040e4e960e3a23fb69c3cf9e7c8ae7112d7bf526)
@@ -50,6 +50,6 @@
 /** Map page to frame using hierarchical page tables.
  *
- * Map virtual address @page to physical address @frame
- * using @flags.
+ * Map virtual address page to physical address frame
+ * using flags.
  *
  * The page table must be locked and interrupts must be disabled.
@@ -100,5 +100,5 @@
 /** Remove mapping of page from hierarchical page tables.
  *
- * 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.
@@ -108,5 +108,5 @@
  * The page table must be locked and interrupts must be disabled.
  *
- * @param as Address space to wich @page belongs.
+ * @param as Address space to wich page belongs.
  * @param page Virtual address of the page to be demapped.
  */
@@ -228,5 +228,5 @@
  * The page table must be locked and interrupts must be disabled.
  *
- * @param as Address space to which @page belongs.
+ * @param as Address space to which page belongs.
  * @param page Virtual page.
  *
