diff -r 689f24ee83e6 -r a0ab96ad65fe lemon/color.h --- a/lemon/color.h Thu Oct 09 16:47:01 2008 +0200 +++ b/lemon/color.h Thu Oct 09 16:20:37 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