From d83c96ab7a5a631672bc0eae3bbc181a5f3b9027 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 154e1619..f4c26d3a 100644
--- a/include/hpp/manipulation/graph/edge.hh
+++ b/include/hpp/manipulation/graph/edge.hh
@@ -28,6 +28,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
@@ -51,6 +52,7 @@ namespace hpp {
         private:
           C c_;
       };
+      /// \endcond
 
       /// \addtogroup constraint_graph
       /// \{
-- 
GitLab