diff -r eb2f9d453070 -r 1c978b5bcc65 lemon/karp_mmc.h --- a/lemon/karp_mmc.h Sat Mar 16 14:11:32 2013 +0100 +++ b/lemon/karp_mmc.h Mon Mar 18 17:41:19 2013 +0100 @@ -98,7 +98,7 @@ /// /// This class implements Karp's algorithm for finding a directed /// cycle of minimum mean cost in a digraph - /// \ref karp78characterization, \ref dasdan98minmeancycle. + /// \cite karp78characterization, \cite dasdan98minmeancycle. /// It runs in time O(ne) and uses space O(n2+e). /// /// \tparam GR The type of the digraph the algorithm runs on.