diff -r a4d499904482 -r c175e387da19 lemon/color.h --- a/lemon/color.h Thu Oct 09 13:40:40 2008 +0100 +++ b/lemon/color.h Thu Oct 09 13:54:50 2008 +0100 @@ -92,7 +92,7 @@ /// Dark cyan color constant extern const Color DARK_CYAN; - ///Map ints to different \ref Color "Color"s + ///Map ints to different Colors ///This map assigns one of the predefined \ref Color "Color"s to ///each int. It is possible to change the colors as well as