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

Module: ppl/ppl Branch: master Commit: 1a0fb124afab41e47f4843459cc86f0c80bcc2a7 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=1a0fb124afab4...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Mon Jul 13 14:04:22 2009 +0200
A couple of minor doxygen documentation corrections.
---
src/Affine_Space.defs.hh | 2 +- src/Octagonal_Shape.inlines.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Affine_Space.defs.hh b/src/Affine_Space.defs.hh index 464936a..1d1facf 100644 --- a/src/Affine_Space.defs.hh +++ b/src/Affine_Space.defs.hh @@ -435,7 +435,7 @@ public: /*! The affine space inherits the space dimension of the generator system.
- \param const_gs + \param gs The system of generators defining the affine space.
\exception std::invalid_argument diff --git a/src/Octagonal_Shape.inlines.hh b/src/Octagonal_Shape.inlines.hh index e3ebdfb..7cc8542 100644 --- a/src/Octagonal_Shape.inlines.hh +++ b/src/Octagonal_Shape.inlines.hh @@ -43,7 +43,7 @@ namespace Octagonal_Shapes {
#ifdef PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS //! Returns the index coherent to \p i. -/*! \relates Octagonal_Shape */ +/*! \relates Parma_Polyhedra_Library::Octagonal_Shape */ #endif // defined(PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS) inline dimension_type coherent_index(const dimension_type i) {
participants (1)
-
Enea Zaffanella