From 0d24244ac1dbdd268160b9f98d1f6ed3af9fea24 Mon Sep 17 00:00:00 2001
From: Christian Engwer <christi@dune-project.org>
Date: Thu, 6 Mar 2014 17:17:40 +0100
Subject: [PATCH] [doc] hide internals from doxygen

---
 dune/common/poolallocator.hh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dune/common/poolallocator.hh b/dune/common/poolallocator.hh
index 4ce2daf7a..16fd3a719 100644
--- a/dune/common/poolallocator.hh
+++ b/dune/common/poolallocator.hh
@@ -16,11 +16,12 @@
 #include <cassert>
 #include <new>
 
-//forward declarations.
-
+#ifndef DOXYGEN
+// forward declarations.
 // we need to know the test function to declare it friend
 template<std::size_t size, typename T>
 struct testPoolMain;
+#endif
 
 namespace Dune
 {
-- 
GitLab