Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
50871254
Commit
50871254
authored
May 07, 2010
by
Mark Olesen
Browse files
STYLE: remove erroneous section-label on doxygen @endcond
parent
3dd66066
Changes
19
Hide whitespace changes
Inline
Side-by-side
applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3FoamUtils.C
View file @
50871254
...
...
@@ -63,7 +63,7 @@ namespace Foam
}
}
//! @endcond
fileScope
//! @endcond
}
// End namespace Foam
...
...
applications/utilities/postProcessing/graphics/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/vtkPV3blockMeshUtils.C
View file @
50871254
...
...
@@ -58,7 +58,7 @@ namespace Foam
}
}
//! @endcond
fileScope
//! @endcond
}
// End namespace Foam
...
...
applications/utilities/postProcessing/graphics/PV3Readers/vtkPV3Readers/vtkPV3Readers.C
View file @
50871254
...
...
@@ -64,7 +64,7 @@ namespace Foam
}
}
//! @endcond
fileScope
//! @endcond
}
// End namespace Foam
...
...
bin/tools/doxyFilt-ignore.awk
View file @
50871254
...
...
@@ -37,8 +37,8 @@ BEGIN {
}
{
print
}
END
{
print
"//! @endcond
OpenFOAMIgnoreAppDoxygen
"
print
"//! @endcond"
}
# -----------------------------------------------------------------------------
bin/tools/doxyFilt-top.awk
View file @
50871254
...
...
@@ -74,7 +74,7 @@ FNR == 1 {
END
{
if
(
state
==
2
)
{
print
"//! @endcond
OpenFOAMIgnoreAppDoxygen
"
print
"//! @endcond"
}
}
...
...
src/OpenFOAM/global/argList/argList.H
View file @
50871254
...
...
@@ -172,7 +172,7 @@ public:
initValidTables
();
};
//! @endcond
ignoreDocumentation
//! @endcond
// Constructors
...
...
src/OpenFOAM/global/debug/debug.C
View file @
50871254
...
...
@@ -63,7 +63,7 @@ public:
};
deleteControlDictPtr
deleteControlDictPtr_
;
//! @endcond
ignoreDocumentation
//! @endcond
}
// End namespace debug
...
...
src/OpenFOAM/matrices/solution/solution.C
View file @
50871254
...
...
@@ -41,7 +41,7 @@ static const Foam::List<Foam::word> subDictNames
(
Foam
::
IStringStream
(
"(preconditioner smoother)"
)()
);
//! @endcond
localScope
//! @endcond
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
src/OpenFOAM/primitives/hashes/SHA1/SHA1.C
View file @
50871254
...
...
@@ -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 * * * * * * * * * * * * * //
...
...
src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.C
View file @
50871254
...
...
@@ -32,7 +32,7 @@ License
//! @cond fileScope
const
char
hexChars
[]
=
"0123456789abcdef"
;
//! @endcond
fileScope
//! @endcond
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
src/Pstream/gamma/OPwrite.C
View file @
50871254
...
...
@@ -48,7 +48,7 @@ namespace Foam
// if necessary
//! @cond fileScope
labelList
maxSendSize
;
//! @endcond
fileScope
//! @endcond
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //
...
...
src/Pstream/mpi/PstreamGlobals.C
View file @
50871254
...
...
@@ -35,7 +35,7 @@ namespace Foam
// Outstanding non-blocking operations.
//! @cond fileScope
DynamicList
<
MPI_Request
>
PstreamGlobals
::
outstandingRequests_
;
//! @endcond
fileScope
//! @endcond
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
src/mesh/blockMesh/blockDescriptor/blockDescriptorEdges.C
View file @
50871254
...
...
@@ -39,7 +39,7 @@ namespace Foam
{
return
dim
>
1
?
pow
(
expRatio
,
1
.
0
/
(
dim
-
1
))
:
0
.
0
;
}
//! @endcond
fileScope
//! @endcond
}
// End namespace Foam
...
...
src/randomProcesses/Kmesh/Kmesh.C
View file @
50871254
...
...
@@ -43,7 +43,7 @@ namespace Foam
{
return
(
k
+
j
*
nn
[
2
]
+
i
*
nn
[
1
]
*
nn
[
2
]);
}
//! @endcond
fileScope
//! @endcond
}
// End namespace Foam
...
...
src/sampling/cuttingPlane/cuttingPlane.C
View file @
50871254
...
...
@@ -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 * * * * * * * * * * * //
...
...
src/surfMesh/surfaceFormats/stl/STLsurfaceFormatASCII.L
View file @
50871254
...
...
@@ -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.
...
...
src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinLexer.L
View file @
50871254
...
...
@@ -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)
...
...
src/triSurface/triSurface/interfaces/STL/readSTLASCII.L
View file @
50871254
...
...
@@ -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
...
...
wmake/src/wmkdependParser.cpp
View file @
50871254
...
...
@@ -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
// ----------------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment