From f42523e974fff9f633031e9e37786afb3b204134 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Mon, 13 Jun 2022 23:10:47 +0200 Subject: [PATCH] Remove remaining @author --- doc/developers/writing-documentation.html | 5 +---- doc/doxygen/headers/exceptions.h | 3 --- doc/doxygen/headers/grid.h | 3 --- doc/doxygen/headers/manifold.h | 1 - doc/doxygen/headers/parallel.h | 1 - doc/doxygen/headers/petsc.h | 2 -- doc/doxygen/headers/physics.h | 6 ------ doc/doxygen/headers/slepc.h | 2 -- doc/doxygen/headers/trilinos.h | 2 -- 9 files changed, 1 insertion(+), 24 deletions(-) diff --git a/doc/developers/writing-documentation.html b/doc/developers/writing-documentation.html index 17e6235376..bd535b3046 100644 --- a/doc/developers/writing-documentation.html +++ b/doc/developers/writing-documentation.html @@ -75,8 +75,6 @@
 /**
  * This is an example documentation.
- *
- * @author Wolfgang Bangerth, 2000
  */
 class TestClass
 {
@@ -100,8 +98,7 @@ class TestClass
     

doxygen will then generate a page for the class TestClass and document each of the member functions - and variables. The content of the @author tag will be - included into the online documentation of the class. + and variables.

diff --git a/doc/doxygen/headers/exceptions.h b/doc/doxygen/headers/exceptions.h index e2e2768deb..4b5047e4df 100644 --- a/doc/doxygen/headers/exceptions.h +++ b/doc/doxygen/headers/exceptions.h @@ -422,7 +422,4 @@ * it only checks the condition in debug mode -- but it is immune to the * effect of deal_II_exceptions::disable_abort_on_exception(): It will * only ever abort the program, and never throw an exception. - * - * - * @author Wolfgang Bangerth, 1998-2017 */ diff --git a/doc/doxygen/headers/grid.h b/doc/doxygen/headers/grid.h index f13ebe8244..e4b466b069 100644 --- a/doc/doxygen/headers/grid.h +++ b/doc/doxygen/headers/grid.h @@ -174,7 +174,4 @@ * module that are only used in the internal data structures of mesh * handling. They are generally in the internal namespace, and not meant for * use in application code. - * - * - * @author Wolfgang Bangerth, 1998-2006 */ diff --git a/doc/doxygen/headers/manifold.h b/doc/doxygen/headers/manifold.h index 54663d6e0a..35446b4a03 100644 --- a/doc/doxygen/headers/manifold.h +++ b/doc/doxygen/headers/manifold.h @@ -456,5 +456,4 @@ * it can get from a boundary description alone. * * @ingroup grid - * @author Luca Heltai, 2013, Martin Kronbichler, 2017 */ diff --git a/doc/doxygen/headers/parallel.h b/doc/doxygen/headers/parallel.h index 05b6756200..bb823db86b 100644 --- a/doc/doxygen/headers/parallel.h +++ b/doc/doxygen/headers/parallel.h @@ -32,7 +32,6 @@ * @ref distributed). * * @ingroup threads - * @author Wolfgang Bangerth, 2008, 2009 */ namespace parallel { diff --git a/doc/doxygen/headers/petsc.h b/doc/doxygen/headers/petsc.h index 26b43df9b9..d1d20d5fe4 100644 --- a/doc/doxygen/headers/petsc.h +++ b/doc/doxygen/headers/petsc.h @@ -28,7 +28,5 @@ * during configuration of deal.II. Refer to the README file for more details * about this. * - * @author Wolfgang Bangerth, 2004 - * * @ingroup LAC */ diff --git a/doc/doxygen/headers/physics.h b/doc/doxygen/headers/physics.h index c718ff36d9..ff1b590e61 100644 --- a/doc/doxygen/headers/physics.h +++ b/doc/doxygen/headers/physics.h @@ -50,8 +50,6 @@ namespace Physics * some further general insights on this topic. * * @ingroup physics - * - * @author Jean-Paul Pelteret, 2017 */ namespace Notation { @@ -85,8 +83,6 @@ namespace Physics * Piola stress in elasticity). * * @ingroup physics - * - * @author Jean-Paul Pelteret, Andrew McBride, 2016 */ namespace Transformations { @@ -186,8 +182,6 @@ namespace Physics * The fourth-order symmetric tensor returned by identity_tensor() is * $\mathcal{S}$. * - * @author Jean-Paul Pelteret, Andrew McBride, 2016 - * * @ingroup physics */ namespace Elasticity diff --git a/doc/doxygen/headers/slepc.h b/doc/doxygen/headers/slepc.h index 3e5c68befc..f218b69d7f 100644 --- a/doc/doxygen/headers/slepc.h +++ b/doc/doxygen/headers/slepc.h @@ -26,7 +26,5 @@ * PETSc installation was detected during configuration of * deal.II. Refer to the README file for more details about this. * - * @author Toby D. Young, 2011 - * * @ingroup LAC PETScWrappers */ diff --git a/doc/doxygen/headers/trilinos.h b/doc/doxygen/headers/trilinos.h index daf508abbc..ba8f16be45 100644 --- a/doc/doxygen/headers/trilinos.h +++ b/doc/doxygen/headers/trilinos.h @@ -28,7 +28,5 @@ * detected during configuration of deal.II. Refer to the README file * for more details about this. * - * @author Martin Kronbichler, Wolfgang Bangerth, 2008 - * * @ingroup LAC */ -- 2.39.5