Standardised the class declaration section comments to correspond to the foamNewSource template

This commit is contained in:
Henry Weller
2019-06-13 21:26:33 +01:00
parent 47d19548c1
commit 8e9f692aa4
1863 changed files with 3798 additions and 3970 deletions

View File

@ -61,7 +61,7 @@ class CLASSNAME
:
public baseClassName
{
// Private data
// Private Data
//- Description of data_
dataType data_;
@ -72,7 +72,7 @@ class CLASSNAME
public:
// Static data members
// Static Data Members
//- Static data staticData
static const dataType staticData;