From 61dec97ded8a4daacbca7267ba26fb5dde86f4cc Mon Sep 17 00:00:00 2001 From: Markus Blatt <mblatt@dune-project.org> Date: Mon, 28 Jan 2013 20:05:58 +0000 Subject: [PATCH] Added doxygen file description. [[Imported from SVN: r7094]] --- dune/common/mallocallocator.hh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dune/common/mallocallocator.hh b/dune/common/mallocallocator.hh index 5d118aeb6..3a2a7fbd7 100644 --- a/dune/common/mallocallocator.hh +++ b/dune/common/mallocallocator.hh @@ -7,6 +7,10 @@ #include <cstdlib> #include <new> +/** + * @file + * @brief Allocators that use malloc/free. + */ namespace Dune { /** -- GitLab