[GIT] ppl/ppl(master): Comments simplified.

Module: ppl/ppl Branch: master Commit: ec19e1b522088e842b90896794eb5f1f68997511 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=ec19e1b522088...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Sun Mar 11 17:21:42 2012 +0100
Comments simplified.
---
src/Generator.defs.hh | 8 ++++---- src/Grid_Generator.defs.hh | 7 +++---- 2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/src/Generator.defs.hh b/src/Generator.defs.hh index 986de03..81de064 100644 --- a/src/Generator.defs.hh +++ b/src/Generator.defs.hh @@ -470,16 +470,16 @@ private:
namespace Parma_Polyhedra_Library {
-//! Shorthand for Generator Generator::line(const Linear_Expression& e). +//! Shorthand for Generator::line(const Linear_Expression& e). /*! \relates Generator */ Generator line(const Linear_Expression& e);
-//! Shorthand for Generator Generator::ray(const Linear_Expression& e). +//! Shorthand for Generator::ray(const Linear_Expression& e). /*! \relates Generator */ Generator ray(const Linear_Expression& e);
/*! \brief - Shorthand for Generator + Shorthand for Generator::point(const Linear_Expression& e, Coefficient_traits::const_reference d).
\relates Generator @@ -489,7 +489,7 @@ point(const Linear_Expression& e = Linear_Expression::zero(), Coefficient_traits::const_reference d = Coefficient_one());
/*! \brief - Shorthand for Generator + Shorthand for Generator::closure_point(const Linear_Expression& e, Coefficient_traits::const_reference d).
\relates Generator diff --git a/src/Grid_Generator.defs.hh b/src/Grid_Generator.defs.hh index f6cc4bc..9642399 100644 --- a/src/Grid_Generator.defs.hh +++ b/src/Grid_Generator.defs.hh @@ -481,14 +481,14 @@ private: namespace Parma_Polyhedra_Library {
/*! \brief - Shorthand for Grid_Generator + Shorthand for Grid_Generator::grid_line(const Linear_Expression& e). */ /*! \relates Grid_Generator */ Grid_Generator grid_line(const Linear_Expression& e);
/*! \brief - Shorthand for Grid_Generator + Shorthand for Grid_Generator::parameter(const Linear_Expression& e, Coefficient_traits::const_reference d). */ @@ -498,8 +498,7 @@ parameter(const Linear_Expression& e = Linear_Expression::zero(), Coefficient_traits::const_reference d = Coefficient_one());
/*! \brief - Shorthand for Grid_Generator - Grid_Generator::grid_point(const Linear_Expression& e, + Shorthand for Grid_Generator::grid_point(const Linear_Expression& e, Coefficient_traits::const_reference d). */ /*! \relates Grid_Generator */
participants (1)
-
Roberto Bagnara