From 28f18c127947b69973f324d3171682f25862188c Mon Sep 17 00:00:00 2001
From: Christian Engwer <christi@dune-project.org>
Date: Fri, 5 Oct 2012 09:11:59 +0000
Subject: [PATCH] [doc] exclude debugallocator.cc from doxygen documentation

[[Imported from SVN: r7019]]
---
 doc/doxygen/Doxylocal | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/doxygen/Doxylocal b/doc/doxygen/Doxylocal
index 080e6f511..e8c14aecf 100644
--- a/doc/doxygen/Doxylocal
+++ b/doc/doxygen/Doxylocal
@@ -3,5 +3,6 @@ INPUT                 += @srcdir@/mainpage \
                          @srcdir@/modules \
                          @top_srcdir@/dune/common/modules \
                          @top_srcdir@/dune/common
-EXCLUDE               += @top_srcdir@/dune/common/test
+EXCLUDE               += @top_srcdir@/dune/common/test \
+                         @top_srcdir@/dune/common/debugallocator.cc
 
-- 
GitLab