Standardised the class declaration section comments to correspond to the foamNewSource template
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user