[PPL-devel] [GIT] ppl/ppl(master): Fixed typo in documentation ( causing a Doxygen warning).

Enea Zaffanella zaffanella at cs.unipr.it
Sat Mar 31 10:09:02 CEST 2012


Module: ppl/ppl
Branch: master
Commit: e99a61bf48261d684c0e85affc43dbd4befb8519
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=e99a61bf48261d684c0e85affc43dbd4befb8519

Author: Enea Zaffanella <zaffanella at cs.unipr.it>
Date:   Sat Mar 31 09:57:42 2012 +0200

Fixed typo in documentation (causing a Doxygen warning).

---

 src/Congruence_System.defs.hh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/Congruence_System.defs.hh b/src/Congruence_System.defs.hh
index 0c60192..d4281d0 100644
--- a/src/Congruence_System.defs.hh
+++ b/src/Congruence_System.defs.hh
@@ -365,15 +365,15 @@ private:
   explicit Congruence_System(dimension_type d);
 
   /*! \brief
-    Concatenates copies of the congruences from \p cgs onto \p *this.
+    Concatenates copies of the congruences from \p y onto \p *this.
 
-    \param cgs
+    \param y
     The congruence system to append to \p this.  The number of rows in
     \p y must be strictly positive.
 
     The matrix for the new system of congruences is obtained by
     leaving the old system in the upper left-hand side and placing the
-    congruences of \p cgs in the lower right-hand side, and padding
+    congruences of \p y in the lower right-hand side, and padding
     with zeroes.
   */
   void concatenate(const Congruence_System& y);




More information about the PPL-devel mailing list