diff --git a/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3FoamUtils.C b/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3FoamUtils.C index 878baa244a..673aeccffd 100644 --- a/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3FoamUtils.C +++ b/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3FoamUtils.C @@ -63,7 +63,7 @@ namespace Foam } } - //! @endcond fileScope + //! @endcond } // End namespace Foam diff --git a/applications/utilities/postProcessing/graphics/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/vtkPV3blockMeshUtils.C b/applications/utilities/postProcessing/graphics/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/vtkPV3blockMeshUtils.C index 0c48ff63b2..10ea16f172 100644 --- a/applications/utilities/postProcessing/graphics/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/vtkPV3blockMeshUtils.C +++ b/applications/utilities/postProcessing/graphics/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/vtkPV3blockMeshUtils.C @@ -58,7 +58,7 @@ namespace Foam } } - //! @endcond fileScope + //! @endcond } // End namespace Foam diff --git a/applications/utilities/postProcessing/graphics/PV3Readers/vtkPV3Readers/vtkPV3Readers.C b/applications/utilities/postProcessing/graphics/PV3Readers/vtkPV3Readers/vtkPV3Readers.C index a1c9bc0936..d4baaa10b6 100644 --- a/applications/utilities/postProcessing/graphics/PV3Readers/vtkPV3Readers/vtkPV3Readers.C +++ b/applications/utilities/postProcessing/graphics/PV3Readers/vtkPV3Readers/vtkPV3Readers.C @@ -64,7 +64,7 @@ namespace Foam } } - //! @endcond fileScope + //! @endcond } // End namespace Foam diff --git a/bin/tools/doxyFilt-ignore.awk b/bin/tools/doxyFilt-ignore.awk index 16ff7671e5..ebbacc7177 100644 --- a/bin/tools/doxyFilt-ignore.awk +++ b/bin/tools/doxyFilt-ignore.awk @@ -37,8 +37,8 @@ BEGIN { } { print } - + END { - print "//! @endcond OpenFOAMIgnoreAppDoxygen" + print "//! @endcond" } # ----------------------------------------------------------------------------- diff --git a/bin/tools/doxyFilt-top.awk b/bin/tools/doxyFilt-top.awk index a3a8af4cc7..97b96ff7b4 100644 --- a/bin/tools/doxyFilt-top.awk +++ b/bin/tools/doxyFilt-top.awk @@ -74,7 +74,7 @@ FNR == 1 { END { if (state == 2) { - print "//! @endcond OpenFOAMIgnoreAppDoxygen" + print "//! @endcond" } } diff --git a/src/OpenFOAM/global/argList/argList.H b/src/OpenFOAM/global/argList/argList.H index 85b2e26b57..7865f645e6 100644 --- a/src/OpenFOAM/global/argList/argList.H +++ b/src/OpenFOAM/global/argList/argList.H @@ -172,7 +172,7 @@ public: initValidTables(); }; - //! @endcond ignoreDocumentation + //! @endcond // Constructors diff --git a/src/OpenFOAM/global/debug/debug.C b/src/OpenFOAM/global/debug/debug.C index 533e339596..c6cc3aa04c 100644 --- a/src/OpenFOAM/global/debug/debug.C +++ b/src/OpenFOAM/global/debug/debug.C @@ -63,7 +63,7 @@ public: }; deleteControlDictPtr deleteControlDictPtr_; -//! @endcond ignoreDocumentation +//! @endcond } // End namespace debug diff --git a/src/OpenFOAM/matrices/solution/solution.C b/src/OpenFOAM/matrices/solution/solution.C index e83fac4161..5aa40ae572 100644 --- a/src/OpenFOAM/matrices/solution/solution.C +++ b/src/OpenFOAM/matrices/solution/solution.C @@ -41,7 +41,7 @@ static const Foam::List subDictNames ( Foam::IStringStream("(preconditioner smoother)")() ); -//! @endcond localScope +//! @endcond // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // diff --git a/src/OpenFOAM/primitives/hashes/SHA1/SHA1.C b/src/OpenFOAM/primitives/hashes/SHA1/SHA1.C index 29c0ba60a8..34a30af3ed 100644 --- a/src/OpenFOAM/primitives/hashes/SHA1/SHA1.C +++ b/src/OpenFOAM/primitives/hashes/SHA1/SHA1.C @@ -49,7 +49,7 @@ Description // The bytes used to pad buffer to the next 64-byte boundary. // (RFC 1321, 3.1: Step 1) static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; -//! @endcond fileScope +//! @endcond // * * * * * * * * * * * * Static Member Functions * * * * * * * * * * * * * // diff --git a/src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.C b/src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.C index 70ea99ce9d..49543d9666 100644 --- a/src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.C +++ b/src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.C @@ -32,7 +32,7 @@ License //! @cond fileScope const char hexChars[] = "0123456789abcdef"; -//! @endcond fileScope +//! @endcond // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // diff --git a/src/Pstream/gamma/OPwrite.C b/src/Pstream/gamma/OPwrite.C index b37b40f252..0f5e781461 100644 --- a/src/Pstream/gamma/OPwrite.C +++ b/src/Pstream/gamma/OPwrite.C @@ -48,7 +48,7 @@ namespace Foam // if necessary //! @cond fileScope labelList maxSendSize; -//! @endcond fileScope +//! @endcond // * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // diff --git a/src/Pstream/mpi/PstreamGlobals.C b/src/Pstream/mpi/PstreamGlobals.C index 47e96a49d3..94a0487eab 100644 --- a/src/Pstream/mpi/PstreamGlobals.C +++ b/src/Pstream/mpi/PstreamGlobals.C @@ -35,7 +35,7 @@ namespace Foam // Outstanding non-blocking operations. //! @cond fileScope DynamicList PstreamGlobals::outstandingRequests_; -//! @endcond fileScope +//! @endcond // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/src/mesh/blockMesh/blockDescriptor/blockDescriptorEdges.C b/src/mesh/blockMesh/blockDescriptor/blockDescriptorEdges.C index 7e08bc03e1..2d2ee2b82d 100644 --- a/src/mesh/blockMesh/blockDescriptor/blockDescriptorEdges.C +++ b/src/mesh/blockMesh/blockDescriptor/blockDescriptorEdges.C @@ -39,7 +39,7 @@ namespace Foam { return dim > 1 ? pow(expRatio, 1.0/(dim - 1)) : 0.0; } - //! @endcond fileScope + //! @endcond } // End namespace Foam diff --git a/src/randomProcesses/Kmesh/Kmesh.C b/src/randomProcesses/Kmesh/Kmesh.C index 00b46ac35c..a8bdac6341 100644 --- a/src/randomProcesses/Kmesh/Kmesh.C +++ b/src/randomProcesses/Kmesh/Kmesh.C @@ -43,7 +43,7 @@ namespace Foam { return (k + j*nn[2] + i*nn[1]*nn[2]); } - //! @endcond fileScope + //! @endcond } // End namespace Foam diff --git a/src/sampling/cuttingPlane/cuttingPlane.C b/src/sampling/cuttingPlane/cuttingPlane.C index 8e828460ce..38ae618576 100644 --- a/src/sampling/cuttingPlane/cuttingPlane.C +++ b/src/sampling/cuttingPlane/cuttingPlane.C @@ -35,7 +35,7 @@ License //! @cond localScope const Foam::scalar zeroish = Foam::SMALL; const Foam::scalar positive = Foam::SMALL * 1E3; -//! @endcond localScope +//! @endcond // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // diff --git a/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatASCII.L b/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatASCII.L index dd596da23a..f06e903988 100644 --- a/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatASCII.L +++ b/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatASCII.L @@ -44,7 +44,7 @@ int yyFlexLexer::yylex() << abort(FatalError); return 0; } -//! @endcond dummy +//! @endcond // Dummy yywrap to keep yylex happy at compile time. // It is called by yylex but is not used as the mechanism to change file. @@ -58,7 +58,7 @@ int yyFlexLexer::yywrap() { return 1; } -//! @endcond dummy +//! @endcond //- A lexer for parsing STL ASCII files. diff --git a/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinLexer.L b/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinLexer.L index 6edaa29c2c..b36b09d787 100644 --- a/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinLexer.L +++ b/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinLexer.L @@ -47,7 +47,7 @@ int yyFlexLexer::yylex() return 0; } -//! @endcond dummy +//! @endcond // Dummy yywrap to keep yylex happy at compile time. @@ -62,7 +62,7 @@ int yyFlexLexer::yywrap() { return 1; } -//! @endcond dummy +//! @endcond Foam::string foamSpecieString(const char* YYText) diff --git a/src/triSurface/triSurface/interfaces/STL/readSTLASCII.L b/src/triSurface/triSurface/interfaces/STL/readSTLASCII.L index ecb53ba15e..3ebe585cca 100644 --- a/src/triSurface/triSurface/interfaces/STL/readSTLASCII.L +++ b/src/triSurface/triSurface/interfaces/STL/readSTLASCII.L @@ -47,7 +47,7 @@ int yyFlexLexer::yylex() << abort(FatalError); return 0; } -//! @endcond dummy +//! @endcond // Dummy yywrap to keep yylex happy at compile time. // It is called by yylex but is not used as the mechanism to change file. @@ -61,7 +61,7 @@ int yyFlexLexer::yywrap() { return 1; } -//! @endcond dummy +//! @endcond class STLLexer diff --git a/wmake/src/wmkdependParser.cpp b/wmake/src/wmkdependParser.cpp index 62800c06f1..a76b75613e 100644 --- a/wmake/src/wmkdependParser.cpp +++ b/wmake/src/wmkdependParser.cpp @@ -204,8 +204,6 @@ void Parser::importDir(const std::string& name) //! @cond fileScope -// - // // Create by copying str - only used locally inline static wchar_t* coco_string_create(const wchar_t* str) @@ -225,7 +223,7 @@ inline static void coco_string_delete(wchar_t* &str) str = NULL; } // -//! @endcond fileScope +//! @endcond // ----------------------------------------------------------------------------