[GIT] ppl/ppl(master): Fixed a couple of Doxygen references.
Module: ppl/ppl Branch: master Commit: 2cd23c6f58fa98abf5d4a5f0fbb9419effae0dbb URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=2cd23c6f58fa9...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Wed Jun 20 12:37:05 2012 +0200
Fixed a couple of Doxygen references.
---
interfaces/C/ppl_c_header.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/interfaces/C/ppl_c_header.h b/interfaces/C/ppl_c_header.h index c9d7e21..9c95f3f 100644 --- a/interfaces/C/ppl_c_header.h +++ b/interfaces/C/ppl_c_header.h @@ -597,7 +597,7 @@ PPL_TYPE_DECLARATION(Constraint_System)
The types and functions for constraint systems iterators provide read-only access to the elements of a constraint system by interfacing - \extref{Parma_Polyhedra_Library::Constraint_System::const_iterator, + \extref{Parma_Polyhedra_Library::Constraint_System_const_iterator, Constraint_System::const_iterator}. */ PPL_TYPE_DECLARATION(Constraint_System_const_iterator) @@ -627,7 +627,7 @@ PPL_TYPE_DECLARATION(Generator_System)
The types and functions for generator systems iterators provide read-only access to the elements of a generator system by interfacing - \extref{Parma_Polyhedra_Library::Generator_System::const_iterator, + \extref{Parma_Polyhedra_Library::Generator_System_const_iterator, Generator_System::const_iterator}. */ PPL_TYPE_DECLARATION(Generator_System_const_iterator)
participants (1)
-
Enea Zaffanella