Fixing up doxygen comments
[tpg/acess2.git] / Kernel / lib.c
index b512022..cab15b3 100644 (file)
@@ -687,8 +687,10 @@ Uint rand(void)
        return giRandomState;
 }
 
-/// \name Memory Validation
-/// \{
+/* *
+ * \name Memory Validation
+ * \{
+ */
 /**
  * \brief Checks if a string resides fully in valid memory
  */
@@ -754,7 +756,9 @@ int CheckMem(void *Mem, int NumBytes)
        }
        return 0;
 }
-/// \}
+/* *
+ * \}
+ */
 
 /**
  * \brief Search a string array for \a Needle

UCC git Repository :: git.ucc.asn.au