From: Matthias Maier Date: Wed, 13 Jun 2018 19:43:55 +0000 (-0500) Subject: Examples: Add updated comment pragma regex to examples directory X-Git-Tag: v9.1.0-rc1~1041^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6adda6e4228b4be1614898189b2cd3e2ebff05d;p=dealii.git Examples: Add updated comment pragma regex to examples directory This isn't really necessary (no indenting changes) but it doesn't hurt. --- diff --git a/examples/.clang-format b/examples/.clang-format index f62aa53af4..81121fa105 100644 --- a/examples/.clang-format +++ b/examples/.clang-format @@ -83,7 +83,7 @@ PenaltyBreakBeforeFirstCallParameter: 90 PointerAlignment: Right ReflowComments: true -CommentPragmas: '@(ref|p|copydoc) ' +CommentPragmas: '( \| |\*--|
  • |@ref | @p | @param |@returns |@warning |@ingroup |@author |@date |@related |@relates |@relatesalso |@deprecated |@image |@return |@brief |@attention |@copydoc |@addtogroup |@todo |@tparam |@see |@note |@skip |@skipline |@until |@line |@dontinclude |@include)' SortIncludes: false SortUsingDeclarations: true