X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mood.c;h=57f3f00ab5b4e11ee4f9d78bb82f683eed361092;hp=aa220f1e5d53b230b7fc03ef08060828b854fe72;hb=f85e05c0b3951e7d3119983c118c82d71f2662a3;hpb=09effd7848b2151068a4cc4b4c4c7a0b49e05e6d diff --git a/mood.c b/mood.c index aa220f1e..57f3f00a 100644 --- a/mood.c +++ b/mood.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Andre Noll + * Copyright (C) 2007-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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;