From: Matthias Maier Date: Wed, 13 Jun 2018 19:14:10 +0000 (-0500) Subject: Bugfix: list *all* doxygen formatting options as comment pragmas X-Git-Tag: v9.1.0-rc1~1041^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc8aee04617c09666c6755d44388315626252f06;p=dealii.git Bugfix: list *all* doxygen formatting options as comment pragmas This way clang-format will keep any comment line that contains such a symbol untouched. Otherwise we are garbling up way too many doxygen pragmas... --- diff --git a/.clang-format b/.clang-format index ca45b6a77c..d744d74daa 100644 --- a/.clang-format +++ b/.clang-format @@ -145,7 +145,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: true SortUsingDeclarations: true