Some doc fix
authordeba
Tue, 03 Oct 2006 11:24:41 +0000
changeset 223067af33b34394
parent 2229 4dbb6dd2dd4b
child 2231 06faf3f06d67
Some doc fix
lemon/color.h
lemon/dijkstra.h
lemon/johnson.h
lemon/prim.h
lemon/random.h
     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;
     2.1 --- a/lemon/dijkstra.h	Mon Oct 02 16:11:00 2006 +0000
     2.2 +++ b/lemon/dijkstra.h	Tue Oct 03 11:24:41 2006 +0000
     2.3 @@ -365,9 +365,9 @@
     2.4  	throw UninitializedParameter();
     2.5        }
     2.6      };
     2.7 -    ///\ref named-templ-param "Named parameter" for setting heap and cross 
     2.8 -    ///reference type
     2.9 -
    2.10 +    ///\brief \ref named-templ-param "Named parameter" for setting
    2.11 +    ///heap and cross reference type
    2.12 +    ///
    2.13      ///\ref named-templ-param "Named parameter" for setting heap and cross 
    2.14      ///reference type
    2.15      ///
    2.16 @@ -389,9 +389,9 @@
    2.17  	return new Heap(R);
    2.18        }
    2.19      };
    2.20 -    ///\ref named-templ-param "Named parameter" for setting heap and cross 
    2.21 -    ///reference type with automatic allocation
    2.22 -
    2.23 +    ///\brief \ref named-templ-param "Named parameter" for setting
    2.24 +    ///heap and cross reference type with automatic allocation
    2.25 +    ///
    2.26      ///\ref named-templ-param "Named parameter" for setting heap and cross 
    2.27      ///reference type. It can allocate the heap and the cross reference 
    2.28      ///object if the cross reference's constructor waits for the graph as 
     3.1 --- a/lemon/johnson.h	Mon Oct 02 16:11:00 2006 +0000
     3.2 +++ b/lemon/johnson.h	Tue Oct 03 11:24:41 2006 +0000
     3.3 @@ -379,7 +379,7 @@
     3.4      };
     3.5      ///\brief \ref named-templ-param "Named parameter" for setting heap and 
     3.6      ///cross reference type
     3.7 -
     3.8 +    ///
     3.9      ///\ref named-templ-param "Named parameter" for setting heap and cross 
    3.10      ///reference type
    3.11      ///
    3.12 @@ -401,9 +401,9 @@
    3.13  	return new Heap(R);
    3.14        }
    3.15      };
    3.16 -    ///\ref named-templ-param "Named parameter" for setting heap and cross 
    3.17 -    ///reference type with automatic allocation
    3.18 -
    3.19 +    ///\brief \ref named-templ-param "Named parameter" for setting
    3.20 +    ///heap and cross reference type with automatic allocation
    3.21 +    ///
    3.22      ///\ref named-templ-param "Named parameter" for setting heap and cross 
    3.23      ///reference type. It can allocate the heap and the cross reference 
    3.24      ///object if the cross reference's constructor waits for the graph as 
     4.1 --- a/lemon/prim.h	Mon Oct 02 16:11:00 2006 +0000
     4.2 +++ b/lemon/prim.h	Tue Oct 03 11:24:41 2006 +0000
     4.3 @@ -330,9 +330,9 @@
     4.4  	return UninitializedParameter();
     4.5        }
     4.6      };
     4.7 -    ///\ref named-templ-param "Named parameter" for setting heap and cross 
     4.8 -    ///reference type
     4.9 -
    4.10 +    ///\brief \ref named-templ-param "Named parameter" for setting
    4.11 +    ///heap and cross reference type
    4.12 +    ///
    4.13      ///\ref named-templ-param "Named parameter" for setting heap and cross 
    4.14      ///reference type
    4.15      ///
    4.16 @@ -353,9 +353,9 @@
    4.17  	return new Heap(ref);
    4.18        }
    4.19      };
    4.20 -    ///\ref named-templ-param "Named parameter" for setting heap and cross 
    4.21 -    ///reference type with automatic allocation
    4.22 -
    4.23 +    ///\brief \ref named-templ-param "Named parameter" for setting
    4.24 +    ///heap and cross reference type with automatic allocation
    4.25 +    ///
    4.26      ///\ref named-templ-param "Named parameter" for setting heap and cross 
    4.27      ///reference type. It can allocate the heap and the cross reference 
    4.28      ///object if the cross reference's constructor waits for the graph as 
     5.1 --- a/lemon/random.h	Mon Oct 02 16:11:00 2006 +0000
     5.2 +++ b/lemon/random.h	Tue Oct 03 11:24:41 2006 +0000
     5.3 @@ -222,6 +222,8 @@
     5.4  
     5.5  #elif WORD_BIT == 64
     5.6  
     5.7 +  /// \ingroup misc
     5.8 +  ///
     5.9    /// \brief Mersenne Twister random number generator
    5.10    ///
    5.11    /// The Mersenne Twister is a twisted generalized feedback
    5.12 @@ -406,6 +408,8 @@
    5.13  
    5.14  #else
    5.15  
    5.16 +  /// \ingroup misc
    5.17 +  ///
    5.18    /// \brief Mersenne Twister random number generator
    5.19    ///
    5.20    /// The Mersenne Twister is a twisted generalized feedback