Updated headers to ensure the class name declared to Doxygen is in the appropriate namespace

Also moved global classes which should be in the Foam namespace into it.
This commit is contained in:
Henry
2015-02-09 14:43:11 +00:00
parent 4a1fb55c93
commit 66cb99e696
81 changed files with 428 additions and 327 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
meshDualiser
Foam::meshDualiser
Description
Creates dual of polyMesh. Every point becomes a cell (or multiple cells
@ -40,7 +40,7 @@ Description
In same way you can also preserve internal faces (e.g. faceZones)
SourceFiles
meshDualiser.C
Foam::meshDualiser.C
\*---------------------------------------------------------------------------*/