From: Wolfgang Bangerth Date: Mon, 16 Feb 2015 19:10:24 +0000 (-0600) Subject: Use only one of @file and @brief to make doxygen happy. X-Git-Tag: v8.3.0-rc1~454^2~7 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5785a4a49dda12b156853b60dd6b2e29555221c;p=dealii.git Use only one of @file and @brief to make doxygen happy. --- 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,