---
milena/ChangeLog | 4 ++++
milena/mln/win/rectangle2d.hh | 13 ++++++++-----
2 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 3275cd1..a45676f 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,9 @@
2013-04-17 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * mln/win/rectangle2d.hh: Hide internal API.
+
+2013-04-17 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Add labeling module in documentation.
* doc/mln/labeling/labeling.dox: New. Introduce labeling module.
diff --git a/milena/mln/win/rectangle2d.hh b/milena/mln/win/rectangle2d.hh
index 6764755..fb6f734 100644
--- a/milena/mln/win/rectangle2d.hh
+++ b/milena/mln/win/rectangle2d.hh
@@ -1,4 +1,5 @@
-// Copyright (C) 2007, 2008, 2009 EPITA Research and Development Laboratory (LRDE)
+// Copyright (C) 2007, 2008, 2009, 2013 EPITA Research and Development
+// Laboratory (LRDE)
//
// This file is part of Olena.
//
@@ -82,16 +83,18 @@ namespace mln
/// Give the rectangle area.
unsigned area() const;
+ /// Give the std vector of delta-points.
+ const std::vector<dpoint2d>& std_vector() const;
+
+
+ /// \cond INTERNAL_API
/*! \brief Give the maximum coordinate gap between the window
* center and a window point.
*/
unsigned delta_() const;
-
- /// Give the std vector of delta-points.
- const std::vector<dpoint2d>& std_vector() const;
-
void print_(std::ostream& ostr) const;
+ /// \endcond
protected:
--
1.7.2.5
Show replies by date