diff -r eb2f9d453070 -r 1c978b5bcc65 lemon/network_simplex.h --- a/lemon/network_simplex.h Sat Mar 16 14:11:32 2013 +0100 +++ b/lemon/network_simplex.h Mon Mar 18 17:41:19 2013 +0100 @@ -41,8 +41,8 @@ /// /// \ref NetworkSimplex implements the primal Network Simplex algorithm /// for finding a \ref min_cost_flow "minimum cost flow" - /// \ref amo93networkflows, \ref dantzig63linearprog, - /// \ref kellyoneill91netsimplex. + /// \cite amo93networkflows, \cite dantzig63linearprog, + /// \cite kellyoneill91netsimplex. /// This algorithm is a highly efficient specialized version of the /// linear programming simplex method directly for the minimum cost /// flow problem.