diff -r 30828157ae80 -r 2f21cc34a245 src/lemon/lp_glpk.h --- a/src/lemon/lp_glpk.h Fri Apr 29 08:21:03 2005 +0000 +++ b/src/lemon/lp_glpk.h Fri Apr 29 11:04:17 2005 +0000 @@ -29,9 +29,9 @@ namespace lemon { - /// \brief Wrapper for GLPK solver + /// \brief Interface for the GLPK LP solver /// - /// This class implements an interface for GLPK. + /// This class implements an interface for the GLPK LP solver. ///\ingroup gen_opt_group class LpGlpk : public LpSolverBase { protected: