X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mm.h;fp=mm.h;h=bc1e9f2b7b10f4a7a7bd841ed7651c17e2484afd;hb=fa9122a948ce06248fda918ed9c8d4827b61c4bf;hp=2caace7f84220c23119ccb7d1bd7140212086a6a;hpb=9c182362b80b18dca1a5f11d32483be967ba2793;p=paraslash.git diff --git a/mm.h b/mm.h index 2caace7f..bc1e9f2b 100644 --- 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 *);