X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mm.h;h=bc1e9f2b7b10f4a7a7bd841ed7651c17e2484afd;hb=fa9122a948ce06248fda918ed9c8d4827b61c4bf;hp=9c64002b59908520d11c187f935fffc2e37c6725;hpb=bfdd36f2879b8dee1f6d3330bc49fbb5644d3caf;p=paraslash.git diff --git a/mm.h b/mm.h index 9c64002b..bc1e9f2b 100644 --- a/mm.h +++ b/mm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2014 Andre Noll + * Copyright (C) 2007 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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 *);