lemon/johnson.h
changeset 1946 17eb3eaad9f8
parent 1916 e7d4eb908e87
child 1953 d4f411003580
     1.1 --- a/lemon/johnson.h	Thu Feb 02 17:09:09 2006 +0000
     1.2 +++ b/lemon/johnson.h	Thu Feb 02 17:43:24 2006 +0000
     1.3 @@ -608,10 +608,10 @@
     1.4      /// - The distance between each node pairs.
     1.5      ///
     1.6      /// \note d.run(s) is just a shortcut of the following code.
     1.7 -    /// \code
     1.8 +    ///\code
     1.9      ///  d.init();
    1.10      ///  d.start();
    1.11 -    /// \endcode
    1.12 +    ///\endcode
    1.13      void run() {
    1.14        init();
    1.15        start();