Fixed gtk-doc comment syntax
authorshort <>
Thu, 7 Nov 2002 08:20:47 +0000 (08:20 +0000)
committershort <>
Thu, 7 Nov 2002 08:20:47 +0000 (08:20 +0000)
src/libcaptive/mm/mdl.c

index 6658133..026ca47 100644 (file)
@@ -90,8 +90,8 @@ PVOID MmMapLockedPages(PMDL Mdl,KPROCESSOR_MODE AccessMode)
 
 
 /**
- * @MmUnmapLockedPages:
- * BaseAddress: Address of the mapped pages base.
+ * MmUnmapLockedPages:
+ * @BaseAddress: Address of the mapped pages base.
  * This offset does not neet to be %PAGE_SIZE aligned.
  * @Mdl: Pointer to the #MDL specification structure to unmap.
  *