From 17bbd34937938c347588a9393b44268604d65a03 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@dune-project.org> Date: Mon, 13 Oct 2008 07:50:16 +0000 Subject: [PATCH] document file [[Imported from SVN: r5312]] --- common/fassign.hh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/common/fassign.hh b/common/fassign.hh index a0baa9507..3e56bd528 100644 --- a/common/fassign.hh +++ b/common/fassign.hh @@ -8,6 +8,15 @@ namespace Dune { + /** + * @file + * @brief Classes for implementing an assignment to FieldVector from a comma-separated list + */ + /** @addtogroup Common + * + * @{ + */ + /** * Emtpy namespace make this class and the object local to one object file */ -- GitLab