From: Wolfgang Bangerth Date: Mon, 16 Feb 2015 19:48:39 +0000 (-0600) Subject: Turns out that we cannot have @brief or @file commands used in a way that would docum... X-Git-Tag: v8.3.0-rc1~454^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78f717d87b2113821178368ada8ddf4a5395751d;p=dealii.git Turns out that we cannot have @brief or @file commands used in a way that would document the current file. Make it a regular comment instead. --- diff --git a/include/deal.II/meshworker/simple.h b/include/deal.II/meshworker/simple.h index 70d3e255dc..2f33e91b83 100644 --- a/include/deal.II/meshworker/simple.h +++ b/include/deal.II/meshworker/simple.h @@ -26,10 +26,7 @@ #include #include -/** - * @file MeshWorker::Assember objects for systems without block - * structure - * +/* * The header containing the classes MeshWorker::Assember::MatrixSimple, * MeshWorker::Assember::MGMatrixSimple, MeshWorker::Assember::ResidualSimple, * and MeshWorker::Assember::SystemSimple.