lemon/color.h
changeset 2230 67af33b34394
parent 2179 a3bb30be417c
child 2260 4274224f8a7d
     1.1 --- a/lemon/color.h	Mon Oct 02 16:11:00 2006 +0000
     1.2 +++ b/lemon/color.h	Tue Oct 03 11:24:41 2006 +0000
     1.3 @@ -32,13 +32,13 @@
     1.4  
     1.5  namespace lemon {
     1.6  
     1.7 -  /// \addtogroup misc
     1.8 -  /// @{
     1.9 +
    1.10 +/// \addtogroup misc
    1.11 +/// @{
    1.12  
    1.13  ///Data structure representing RGB colors.
    1.14  
    1.15  ///Data structure representing RGB colors.
    1.16 -///\ingroup misc
    1.17  class Color
    1.18  {
    1.19    double _r,_g,_b;