]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mm.h
Improve documentation of mm.c and mm.h.
[paraslash.git] / mm.h
diff --git a/mm.h b/mm.h
index 2caace7f84220c23119ccb7d1bd7140212086a6a..bc1e9f2b7b10f4a7a7bd841ed7651c17e2484afd 100644 (file)
--- a/mm.h
+++ b/mm.h
@@ -43,12 +43,8 @@ typedef int mood_parser(int, char **, void **);
 /**
  * Deallocate resources which were allocated by the mood_parser.
  *
- * This optional function of a mood_method is used to free any resources
- * allocated in mood_open() by the mood_parser. The argument passed is a
- * pointer to the mood_method specific data structure that was returned by the
- * mood_parser.
- *
- * \sa mood_parser.
+ * Function to free the resources allocated in \ref mood_method::parser. The
+ * argument is a pointer to mood method specific data returned by ->parser().
  */
 typedef void mood_cleanup_function(void *);