# HG changeset patch
# User deba
# Date 1159874681 0
# Node ID 67af33b34394cfc25f47edffcd0cfca3c3455a3b
# Parent  4dbb6dd2dd4bcb5b20b408def6e95d42ab2dff60
Some doc fix

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;
diff -r 4dbb6dd2dd4b -r 67af33b34394 lemon/dijkstra.h
--- a/lemon/dijkstra.h	Mon Oct 02 16:11:00 2006 +0000
+++ b/lemon/dijkstra.h	Tue Oct 03 11:24:41 2006 +0000
@@ -365,9 +365,9 @@
 	throw UninitializedParameter();
       }
     };
-    ///\ref named-templ-param "Named parameter" for setting heap and cross 
-    ///reference type
-
+    ///\brief \ref named-templ-param "Named parameter" for setting
+    ///heap and cross reference type
+    ///
     ///\ref named-templ-param "Named parameter" for setting heap and cross 
     ///reference type
     ///
@@ -389,9 +389,9 @@
 	return new Heap(R);
       }
     };
-    ///\ref named-templ-param "Named parameter" for setting heap and cross 
-    ///reference type with automatic allocation
-
+    ///\brief \ref named-templ-param "Named parameter" for setting
+    ///heap and cross reference type with automatic allocation
+    ///
     ///\ref named-templ-param "Named parameter" for setting heap and cross 
     ///reference type. It can allocate the heap and the cross reference 
     ///object if the cross reference's constructor waits for the graph as 
diff -r 4dbb6dd2dd4b -r 67af33b34394 lemon/johnson.h
--- a/lemon/johnson.h	Mon Oct 02 16:11:00 2006 +0000
+++ b/lemon/johnson.h	Tue Oct 03 11:24:41 2006 +0000
@@ -379,7 +379,7 @@
     };
     ///\brief \ref named-templ-param "Named parameter" for setting heap and 
     ///cross reference type
-
+    ///
     ///\ref named-templ-param "Named parameter" for setting heap and cross 
     ///reference type
     ///
@@ -401,9 +401,9 @@
 	return new Heap(R);
       }
     };
-    ///\ref named-templ-param "Named parameter" for setting heap and cross 
-    ///reference type with automatic allocation
-
+    ///\brief \ref named-templ-param "Named parameter" for setting
+    ///heap and cross reference type with automatic allocation
+    ///
     ///\ref named-templ-param "Named parameter" for setting heap and cross 
     ///reference type. It can allocate the heap and the cross reference 
     ///object if the cross reference's constructor waits for the graph as 
diff -r 4dbb6dd2dd4b -r 67af33b34394 lemon/prim.h
--- a/lemon/prim.h	Mon Oct 02 16:11:00 2006 +0000
+++ b/lemon/prim.h	Tue Oct 03 11:24:41 2006 +0000
@@ -330,9 +330,9 @@
 	return UninitializedParameter();
       }
     };
-    ///\ref named-templ-param "Named parameter" for setting heap and cross 
-    ///reference type
-
+    ///\brief \ref named-templ-param "Named parameter" for setting
+    ///heap and cross reference type
+    ///
     ///\ref named-templ-param "Named parameter" for setting heap and cross 
     ///reference type
     ///
@@ -353,9 +353,9 @@
 	return new Heap(ref);
       }
     };
-    ///\ref named-templ-param "Named parameter" for setting heap and cross 
-    ///reference type with automatic allocation
-
+    ///\brief \ref named-templ-param "Named parameter" for setting
+    ///heap and cross reference type with automatic allocation
+    ///
     ///\ref named-templ-param "Named parameter" for setting heap and cross 
     ///reference type. It can allocate the heap and the cross reference 
     ///object if the cross reference's constructor waits for the graph as 
diff -r 4dbb6dd2dd4b -r 67af33b34394 lemon/random.h
--- a/lemon/random.h	Mon Oct 02 16:11:00 2006 +0000
+++ b/lemon/random.h	Tue Oct 03 11:24:41 2006 +0000
@@ -222,6 +222,8 @@
 
 #elif WORD_BIT == 64
 
+  /// \ingroup misc
+  ///
   /// \brief Mersenne Twister random number generator
   ///
   /// The Mersenne Twister is a twisted generalized feedback
@@ -406,6 +408,8 @@
 
 #else
 
+  /// \ingroup misc
+  ///
   /// \brief Mersenne Twister random number generator
   ///
   /// The Mersenne Twister is a twisted generalized feedback