Standardised the class declaration section comments to correspond to the foamNewSource template
This commit is contained in:
@ -68,7 +68,7 @@ class CLASSNAME
|
||||
:
|
||||
public baseClassName
|
||||
{
|
||||
// Private data
|
||||
// Private Data
|
||||
|
||||
dataType data_;
|
||||
|
||||
@ -78,7 +78,7 @@ class CLASSNAME
|
||||
|
||||
public:
|
||||
|
||||
// Static data members
|
||||
// Static Data Members
|
||||
|
||||
//- Static data someStaticData
|
||||
static const dataType staticData;
|
||||
|
||||
Reference in New Issue
Block a user