mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove erroneous section-label on doxygen @endcond
This commit is contained in:
@ -37,8 +37,8 @@ BEGIN {
|
||||
}
|
||||
|
||||
{ print }
|
||||
|
||||
|
||||
END {
|
||||
print "//! @endcond OpenFOAMIgnoreAppDoxygen"
|
||||
print "//! @endcond"
|
||||
}
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
@ -74,7 +74,7 @@ FNR == 1 {
|
||||
END {
|
||||
if (state == 2)
|
||||
{
|
||||
print "//! @endcond OpenFOAMIgnoreAppDoxygen"
|
||||
print "//! @endcond"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user