[GIT] ppl/ppl(ppl-0_11-branch): Fixed a documentation problem in a \ref Doxygen command.

Module: ppl/ppl Branch: ppl-0_11-branch Commit: fbf479d9e20adf2d0770990ecec625b5f77e99cc URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=fbf479d9e20ad...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Fri Feb 25 10:57:34 2011 +0100
Fixed a documentation problem in a \ref Doxygen command.
---
src/Row.defs.hh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Row.defs.hh b/src/Row.defs.hh index 2c91f4c..2d580f5 100644 --- a/src/Row.defs.hh +++ b/src/Row.defs.hh @@ -115,7 +115,7 @@ public: /*! Returns <CODE>true</CODE> if successful, <CODE>false</CODE> otherwise. The ASCII representation is as output by - \ref Parma_Polyhedra_Library::Row::Flags::ascii_dump. + \ref Parma_Polyhedra_Library::Row::Flags::ascii_dump(). */ bool ascii_load(std::istream& s);
participants (1)
-
Enea Zaffanella