[PPL-devel] [GIT] ppl/ppl(master): Mark some docs for the devref manual only.

Enea Zaffanella zaffanella at cs.unipr.it
Mon Feb 27 10:50:01 CET 2012


Module: ppl/ppl
Branch: master
Commit: 763276a346dee715359c1e4a61ca43c1b4868922
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=763276a346dee715359c1e4a61ca43c1b4868922

Author: Enea Zaffanella <zaffanella at cs.unipr.it>
Date:   Mon Feb 27 10:49:17 2012 +0100

Mark some docs for the devref manual only.

---

 src/OR_Matrix.inlines.hh |    2 ++
 src/globals.defs.hh      |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/OR_Matrix.inlines.hh b/src/OR_Matrix.inlines.hh
index a138c01..5dfa3df 100644
--- a/src/OR_Matrix.inlines.hh
+++ b/src/OR_Matrix.inlines.hh
@@ -441,7 +441,9 @@ OR_Matrix<T>::m_swap(OR_Matrix& y) {
   swap(vec_capacity, y.vec_capacity);
 }
 
+#ifdef PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS
 //! Returns the integer square root of \p x.
+#endif // defined(PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS)
 inline dimension_type
 isqrt(dimension_type x) {
   dimension_type r = 0;
diff --git a/src/globals.defs.hh b/src/globals.defs.hh
index 33acce4..dc447e5 100644
--- a/src/globals.defs.hh
+++ b/src/globals.defs.hh
@@ -42,7 +42,9 @@ namespace Parma_Polyhedra_Library {
 dimension_type
 not_a_dimension();
 
+#ifdef PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS
 //! Returns the hash code for space dimension \p dim.
+#endif // defined(PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS)
 int32_t
 hash_code_from_dimension(dimension_type dim);
 




More information about the PPL-devel mailing list