Corrected capitalization of Doxygen documentation comments

This commit is contained in:
Henry
2015-02-14 13:10:15 +00:00
parent eb266e2add
commit 8628ef2fea
268 changed files with 818 additions and 818 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -273,7 +273,7 @@ protected:
// If operating on sampledSurface
//- underlying sampledSurface
//- Underlying sampledSurface
autoPtr<sampledSurface> surfacePtr_;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2013-2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -55,10 +55,10 @@ class findCellParticle
{
// Private data
//- end point to track to
//- End point to track to
point end_;
//- passive data
//- Passive data
label data_;
@ -158,13 +158,13 @@ public:
// Member Functions
//- point to track to
//- Point to track to
const point& end() const
{
return end_;
}
//- transported label
//- Transported label
label data() const
{
return data_;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2013-2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -36,7 +36,7 @@ namespace Foam
{
defineTypeNameAndDebug(regionSizeDistribution, 0);
//- plus op for FixedList<scalar>
//- Plus op for FixedList<scalar>
template<class T, unsigned Size>
class ListPlusEqOp
{

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -119,13 +119,13 @@ private:
//- Lifetime of particle. Particle dies when reaches 0.
label lifeTime_;
//- sampled positions
//- Sampled positions
DynamicList<point> sampledPositions_;
//- sampled scalars
//- Sampled scalars
List<DynamicList<scalar> > sampledScalars_;
//- sampled vectors
//- Sampled vectors
List<DynamicList<vector> > sampledVectors_;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -128,13 +128,13 @@ private:
//- Lifetime of particle. Particle dies when reaches 0.
label lifeTime_;
//- sampled positions
//- Sampled positions
DynamicList<point> sampledPositions_;
//- sampled scalars
//- Sampled scalars
List<DynamicList<scalar> > sampledScalars_;
//- sampled vectors
//- Sampled vectors
List<DynamicList<vector> > sampledVectors_;