---
scribo/ChangeLog | 4 ++++
scribo/scribo/core/component_set.hh | 5 +++++
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index 39b46c5..cf030cb 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,5 +1,9 @@
2013-04-17 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * scribo/core/component_set.hh: Hide internal API.
+
+2013-04-17 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Move documentation of component_set in its corresponding header.
* doc/scribo/core/component_set.dox: Remove and move documentation...
diff --git a/scribo/scribo/core/component_set.hh b/scribo/scribo/core/component_set.hh
index 72bdbcd..259a508 100644
--- a/scribo/scribo/core/component_set.hh
+++ b/scribo/scribo/core/component_set.hh
@@ -307,6 +307,8 @@ namespace scribo
// Internal methods
+ /// \cond INTERNAL_API
+
/// \internal
/// Return all the component infos.
//
@@ -343,10 +345,13 @@ namespace scribo
//
mln_concrete(L) valid_comps_image_() const;
+ /// \endcond
protected:
+ /// \cond INTERNAL_API
/// Duplicate the underlying image and create a new component_set.
void init_(const component_set<L>& model);
+ /// \endcond
mln::util::tracked_ptr<data_t> data_;
};
--
1.7.2.5
Show replies by date