
Module: ppl/ppl Branch: master Commit: e5c712fb857756c993ad2a0c29142f854a5815b6 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=e5c712fb85775...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Fri Dec 24 12:02:23 2010 +0100
Avoid a couple of doxygen warnings.
---
src/Sparse_Row.defs.hh | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/Sparse_Row.defs.hh b/src/Sparse_Row.defs.hh index dc74266..28c50fa 100644 --- a/src/Sparse_Row.defs.hh +++ b/src/Sparse_Row.defs.hh @@ -138,6 +138,9 @@ public: \param n The new size for the row.
+ \param flags + Flags for the row that will be constructed. + This method, with this signature, is needed for compatibility with Dense_Row.
@@ -155,6 +158,9 @@ public: \param capacity This is ignored.
+ \param flags + Flags for the row that will be constructed. + This method, with this signature, is needed for compatibility with Dense_Row.
@@ -201,7 +207,7 @@ public:
This method takes \f$O(1)\f$ time. */ - void expand_within_capacity(dimension_type new_size); + void expand_within_capacity(dimension_type n);
//! Resizes the row to size \p n. /*!