diff -r e57e10a8ea1b -r 64f8f7cc6168 lemon/color.h --- a/lemon/color.h Wed Oct 08 17:05:01 2008 +0100 +++ b/lemon/color.h Thu Oct 09 10:09:44 2008 +0200 @@ -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