diff -r 4dbb6dd2dd4b -r 67af33b34394 lemon/color.h --- a/lemon/color.h Mon Oct 02 16:11:00 2006 +0000 +++ b/lemon/color.h Tue Oct 03 11:24:41 2006 +0000 @@ -32,13 +32,13 @@ namespace lemon { - /// \addtogroup misc - /// @{ + +/// \addtogroup misc +/// @{ ///Data structure representing RGB colors. ///Data structure representing RGB colors. -///\ingroup misc class Color { double _r,_g,_b;