[GIT] ppl/ppl(master): A couple of minor corrections.

Module: ppl/ppl Branch: master Commit: e0316d45f420c4c2fa5e0720ffb5b6faa89f2437 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=e0316d45f420c...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Fri Mar 27 19:50:25 2009 +0100
A couple of minor corrections.
---
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 4d50c32..8d83312 100644 --- a/interfaces/C/ppl_c_header.h +++ b/interfaces/C/ppl_c_header.h @@ -25,7 +25,7 @@ site: http://www.cs.unipr.it/ppl/ . */
/*! \defgroup PPL_C_interface C Language Interface - \brief + The Parma Polyhedra Library comes equipped with an interface for the C language. */ @@ -366,7 +366,7 @@ ppl_io_print_variable PPL_PROTO((ppl_dimension_type var)); int ppl_io_fprint_variable PPL_PROTO((FILE* stream, ppl_dimension_type var));
-/*! \relates ppl_Polyhedron_tag \brief +/*! \brief Pretty-prints \p var to a malloc-allocated string, a pointer to which is returned via \p strp. */
participants (1)
-
Enea Zaffanella