]> https://gitweb.dealii.org/ - dealii.git/commitdiff
clang-format: do not break @name lines 8214/head
authorTimo Heister <timo.heister@gmail.com>
Thu, 16 May 2019 16:38:53 +0000 (10:38 -0600)
committerMatthias Maier <tamiko@43-1.org>
Thu, 16 May 2019 20:43:37 +0000 (15:43 -0500)
remove hack in scratch_data and add @name to the list of items not to
break automatically.

note: I hate having to fight clang-format.

.clang-format
include/deal.II/meshworker/scratch_data.h

index dec771995a779181d256fac546edfc20c02c9324..0b7a604382460e8c7096d98ecbd0e2f139b8de85 100644 (file)
@@ -147,7 +147,7 @@ PenaltyBreakBeforeFirstCallParameter: 90
 PointerAlignment: Right
 
 ReflowComments: true
-CommentPragmas: '( \| |\*--|<li>|@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)'
+CommentPragmas: '( \| |\*--|<li>|@ref | @p |@param |@name |@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
index a59dcbc97b8d681e2bf487fb7b3688b2a4b2556f..29826ce2bf68bf62c28e97a77567ecc7559f04a0 100644 (file)
@@ -502,12 +502,10 @@ namespace MeshWorker
     GeneralDataStorage &
     get_general_data_storage();
 
-    // clang-format off
     /**
      * @name Evaluation of finite element fields and their derivatives on the current cell
      */
     /** @{ */ // CurrentCellEvaluation
-    // clang-format on
 
     /**
      * Extract the local dof values associated with the internally initialized

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.