Skip to content
Snippets Groups Projects
Commit 4cfc4185 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Remove class Cache from documentation.

parent 76c63694
No related branches found
No related tags found
No related merge requests found
......@@ -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
/// \{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment