diff --git a/src/OpenFOAM/global/argList/argList.H b/src/OpenFOAM/global/argList/argList.H index 7865f645e6d43a4c20a5d13994325660544ca846..a8ad105b05782542e59cc84c452b8df9e540f7c8 100644 --- a/src/OpenFOAM/global/argList/argList.H +++ b/src/OpenFOAM/global/argList/argList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2011 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -59,7 +59,7 @@ Description Note - The document browser used is defined by the @b FOAM_DOC_BROWSER environment variable or the <tt>Documentation/docBrowser</tt> entry - in the <tt>~OpenFOAM/controlDict</tt> file. + in the <tt>~OpenFOAM/controlDict</tt> file. The \%f token is used as a placeholder for the file name. - The valid (mandatory) arguments can be adjusted by directly manipulating the argList::validArgs static member. @@ -94,7 +94,9 @@ SourceFiles namespace Foam { -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // +/*---------------------------------------------------------------------------*\ + Class argList Declaration +\*---------------------------------------------------------------------------*/ class argList { @@ -165,7 +167,7 @@ public: //- Max screen width for displaying usage (default: 80) static string::size_type usageMax; - //! @cond ignoreDocumentation + //! @cond internalClass class initValidTables { public: diff --git a/src/OpenFOAM/meshes/boundBox/boundBoxTemplates.C b/src/OpenFOAM/meshes/boundBox/boundBoxTemplates.C index 82eeb67a647fab3d70c07e327edb722fdec28056..59f7e6a2abb552bed94dca407b60cc6eec7768d0 100644 --- a/src/OpenFOAM/meshes/boundBox/boundBoxTemplates.C +++ b/src/OpenFOAM/meshes/boundBox/boundBoxTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2010-2010 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2010-2011 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -30,7 +30,6 @@ License // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // - template<unsigned Size> Foam::boundBox::boundBox ( diff --git a/src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C b/src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C index bdac848e515be57595f67270118cdcaa381d7c5a..02c3f0f811a153a54a428a5d96b8ad2a149ef00c 100644 --- a/src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C +++ b/src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2011 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -390,7 +390,7 @@ void LaunderGibsonRSTM::correct() const volSymmTensorField reflect ( - C1Ref_*epsilon_/k_*R_ - C2Ref_*Clg2_*dev(P) + C1Ref_*epsilon_/k_*R_ - C2Ref_*Clg2_*dev(P) ); tmp<fvSymmTensorMatrix> REqn