diff -r 73c892335e74 -r 97d978243703 lemon/glpk.h --- a/lemon/glpk.h Tue Jul 30 15:54:46 2013 +0200 +++ b/lemon/glpk.h Mon Aug 05 14:03:29 2013 +0200 @@ -152,7 +152,7 @@ /// This function writes the problem or the solution /// to a file in the given format. /// Trying to write in an unsupported format will trigger - /// \ref UnsupportedFormatError. + /// \ref LpBase::UnsupportedFormatError. /// \param file The file path /// \param format The output file format. /// Supportted formats are "MPS" and "LP".