From d5785a4a49dda12b156853b60dd6b2e29555221c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 16 Feb 2015 13:10:24 -0600 Subject: [PATCH] Use only one of @file and @brief to make doxygen happy. --- include/deal.II/meshworker/simple.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/meshworker/simple.h b/include/deal.II/meshworker/simple.h index 7504bbe0ca..70d3e255dc 100644 --- a/include/deal.II/meshworker/simple.h +++ b/include/deal.II/meshworker/simple.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2010 - 2014 by the deal.II authors +// Copyright (C) 2010 - 2015 by the deal.II authors // // This file is part of the deal.II library. // @@ -27,7 +27,7 @@ #include /** - * @file @brief MeshWorker::Assember objects for systems without block + * @file MeshWorker::Assember objects for systems without block * structure * * The header containing the classes MeshWorker::Assember::MatrixSimple, -- 2.39.5