[GIT] ppl/ppl(master): Comment improved.

Module: ppl/ppl Branch: master Commit: d9ca22ec68e0a3c0673454f9d9cb76c69d40e6b7 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=d9ca22ec68e0a...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Wed Aug 15 15:40:52 2012 +0200
Comment improved.
---
src/Grid_Generator.defs.hh | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/Grid_Generator.defs.hh b/src/Grid_Generator.defs.hh index ccebf57..aa8b999 100644 --- a/src/Grid_Generator.defs.hh +++ b/src/Grid_Generator.defs.hh @@ -582,8 +582,11 @@ private: bool is_equal_at_dimension(dimension_type dim, const Grid_Generator& gg) const;
- //! Another print functions, with fancy output, more human-friendly. - //! This is used by operator<<(); + /*! \brief + A print function, with fancy, more human-friendly output. + + This is used by operator<<(). + */ void fancy_print(std::ostream& s) const;
//! Converts the Grid_Generator into a parameter.
participants (1)
-
Roberto Bagnara