gitweb.css: Improve readability.
[paraslash.git] / mood.c
diff --git a/mood.c b/mood.c
index d6040f1592491fc087429f367621e81de4378f9f..4988c685490a32a61fcb1077a090388a1bed0ac3 100644 (file)
--- a/mood.c
+++ b/mood.c
@@ -372,8 +372,11 @@ enum mood_line_type {
        ML_SCORE
 };
 
+/** Data passed to the parser of a mood line. */
 struct mood_line_parser_data {
+       /** The mood this mood line belongs to. */
        struct mood *m;
+       /** The line number in the mood definition. */
        unsigned line_num;
 };