X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mood.c;h=cdc0745a255f994eb1a37c661cbfa1dfe1952221;hp=aa220f1e5d53b230b7fc03ef08060828b854fe72;hb=591b16bbe13ca336c4cef00e8f9f808c1bb4c9a0;hpb=c6fad99cade79e647ca46432e07278a7ef3fbef1 diff --git a/mood.c b/mood.c index aa220f1e..cdc0745a 100644 --- a/mood.c +++ b/mood.c @@ -84,7 +84,7 @@ typedef void mood_cleanup_function(void *); * Used for scoring and to determine whether a file is admissible. */ struct mood_method { - /* The name of the method. */ + /** The name of the method. */ const char *name; /** Pointer to the mood parser. */ mood_parser *parser;