From e6adda6e4228b4be1614898189b2cd3e2ebff05d Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 13 Jun 2018 14:43:55 -0500 Subject: [PATCH] Examples: Add updated comment pragma regex to examples directory This isn't really necessary (no indenting changes) but it doesn't hurt. --- examples/.clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5