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

@ -50,7 +50,7 @@ namespace Foam
class dynamicCodeContext
{
// Private data
// Private Data
//- The parent dictionary context
const dictionary& dict_;
@ -68,7 +68,7 @@ class dynamicCodeContext
SHA1Digest sha1_;
// Private member functions
// Private Member Functions
//- Add a \#line directive to the start of the given source string that
// compilation messages are meaningful
@ -93,7 +93,7 @@ public:
);
// Member functions
// Member Functions
//- Return the parent dictionary context
const dictionary& dict() const