[GIT] ppl/ppl(master): Fixed another couple of Doxygen warnings.
Module: ppl/ppl Branch: master Commit: 98e065d16652e680675adda2d62da225325e6da8 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=98e065d16652e...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Sat Jun 23 12:12:14 2012 +0200
Fixed another couple of Doxygen warnings.
---
src/Linear_Form.templates.hh | 2 +- src/Swapping_Vector.defs.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Linear_Form.templates.hh b/src/Linear_Form.templates.hh index 7af69d1..a05e665 100644 --- a/src/Linear_Form.templates.hh +++ b/src/Linear_Form.templates.hh @@ -473,7 +473,7 @@ Linear_Form<C>::intervalize(const FP_Oracle<Target,C>& oracle, return true; }
-/*! \relates Linear_Form */ +/*! \relates Parma_Polyhedra_Library::Linear_Form */ template <typename C> std::ostream& IO_Operators::operator<<(std::ostream& s, const Linear_Form<C>& f) { diff --git a/src/Swapping_Vector.defs.hh b/src/Swapping_Vector.defs.hh index 1e2f995..65bcf41 100644 --- a/src/Swapping_Vector.defs.hh +++ b/src/Swapping_Vector.defs.hh @@ -84,7 +84,7 @@ private: };
#ifdef PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS -/*! \relates Swapping_Vector<T> */ +/*! \relates Swapping_Vector */ #endif // defined(PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS) template <typename T> void swap(Swapping_Vector<T>& x, Swapping_Vector<T>& y);
participants (1)
-
Enea Zaffanella