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 @@ class ensightAsciiStream
:
public ensightStream
{
// Private data
// Private Data
//- Description of data_
OFstream str_;

View File

@ -49,7 +49,7 @@ class ensightBinaryStream
:
public ensightStream
{
// Private data
// Private Data
//- Description of data_
autoPtr<std::ofstream> str_;

View File

@ -81,7 +81,7 @@ public:
private:
// Private data
// Private Data
//- Reference to the OpenFOAM mesh
const fvMesh& mesh_;

View File

@ -50,7 +50,7 @@ namespace Foam
class ensightStream
{
// Private data
// Private Data
const fileName name_;

View File

@ -52,7 +52,7 @@ class Time;
class vtkMesh
{
// Private data
// Private Data
//- Reference to mesh
fvMesh& baseMesh_;

View File

@ -53,7 +53,7 @@ class Time;
class vtkMesh
{
// Private data
// Private Data
//- Reference to mesh
fvMesh& baseMesh_;

View File

@ -51,7 +51,7 @@ class polyMesh;
class vtkTopo
{
// Private data
// Private Data
const polyMesh& mesh_;

View File

@ -81,7 +81,7 @@ class writeVTK
:
public fvMeshFunctionObject
{
// Private data
// Private Data
//- Names of objects
wordReList objectNames_;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -68,7 +68,7 @@ public:
close();
}
// Member functions
// Member Functions
bool writeData(Ostream&) const
{

View File

@ -53,7 +53,7 @@ namespace Foam
class channelIndex
{
// Private data
// Private Data
static const NamedEnum<vector::components, 3> vectorComponentsNames_;