From 4cfc41859ed3183071b1e8b11fb3f0950faa6fad Mon Sep 17 00:00:00 2001
From: Joseph Mirabel <jmirabel@laas.fr>
Date: Wed, 25 May 2016 20:47:00 +0200
Subject: [PATCH] Remove class Cache from documentation.

---
 include/hpp/manipulation/graph/edge.hh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/hpp/manipulation/graph/edge.hh b/include/hpp/manipulation/graph/edge.hh
index 9a25a670..e4bb54ac 100644
--- a/include/hpp/manipulation/graph/edge.hh
+++ b/include/hpp/manipulation/graph/edge.hh
@@ -29,6 +29,7 @@
 namespace hpp {
   namespace manipulation {
     namespace graph {
+      /// \cond
       /// Cache mechanism that enable const-correctness of member functions.
       template <typename C>
         class HPP_MANIPULATION_LOCAL Cache
@@ -52,6 +53,7 @@ namespace hpp {
         private:
           C c_;
       };
+      /// \endcond
 
       /// \addtogroup constraint_graph
       /// \{
-- 
GitLab