Fix comments to be recognized by Doxygen.
Modified: trunk/reactos/ntoskrnl/mm/marea.c
_____
Modified: trunk/reactos/ntoskrnl/mm/marea.c
--- trunk/reactos/ntoskrnl/mm/marea.c 2005-01-11 21:42:04 UTC (rev
12931)
+++ trunk/reactos/ntoskrnl/mm/marea.c 2005-01-11 22:15:41 UTC (rev
12932)
@@ -281,7 +281,7 @@
return NULL;
}
-/*
+/**
* @name MmCompressHelper
*
* This is helper of MmRebalanceTree. Performs a compression
transformation
@@ -319,7 +319,7 @@
}
}
-/*
+/**
* @name MmRebalanceTree
*
* Rebalance a memory area tree using the Tree->Vine->Balanced Tree
@@ -699,7 +699,7 @@
}
-/*
+/**
* @name MmFreeMemoryArea
*
* Free an existing memory area.
@@ -832,7 +832,7 @@
return STATUS_SUCCESS;
}
-/*
+/**
* @name MmFreeMemoryAreaByPtr
*
* Free an existing memory area given a pointer inside it.
@@ -883,7 +883,7 @@
return MmFreeMemoryArea(AddressSpace, MemoryArea, FreePage,
FreePageContext);
}
-/*
+/**
* @name MmCreateMemoryArea
*
* Create a memory area.