diff -r e5c0c5cc477f -r 17eb3eaad9f8 lemon/johnson.h --- a/lemon/johnson.h Thu Feb 02 17:09:09 2006 +0000 +++ b/lemon/johnson.h Thu Feb 02 17:43:24 2006 +0000 @@ -608,10 +608,10 @@ /// - The distance between each node pairs. /// /// \note d.run(s) is just a shortcut of the following code. - /// \code + ///\code /// d.init(); /// d.start(); - /// \endcode + ///\endcode void run() { init(); start();