scripts: Reformat with consistent section separators

This commit is contained in:
Henry Weller
2016-02-15 18:30:24 +00:00
parent 0196822968
commit 350d03246e
370 changed files with 399 additions and 401 deletions

View File

@ -1,10 +1,10 @@
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
# \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
# \\/ M anipulation |
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------
# License
# This file is part of OpenFOAM.
#
@ -30,7 +30,7 @@
# - Surround the contents of an entire file with @cond / @endcond
# to skip documenting all classes/variables
#
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------
BEGIN {
print "//! @file %filePath%"
print "//! @cond OpenFOAMIgnoreAppDoxygen"
@ -41,4 +41,4 @@ BEGIN {
END {
print "//! @endcond"
}
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------

View File

@ -1,8 +1,8 @@
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
# \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
# \\/ M anipulation |
#------------------------------------------------------------------------------
# License
@ -30,7 +30,7 @@
# - This is useful for application files in which only the first
# block documents the application itself.
#
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------
BEGIN {
state = 0
}
@ -78,4 +78,4 @@ END {
}
}
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------

View File

@ -1,10 +1,10 @@
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
# \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
# \\/ M anipulation |
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------
# License
# This file is part of OpenFOAM.
#
@ -39,7 +39,7 @@
# */
# The intermediate "/*! ... */" block is left-justified to handle
# possible verbatim text
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------
BEGIN {
state = 0
@ -86,4 +86,4 @@ BEGIN {
next
}
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------

View File

@ -1,11 +1,11 @@
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------
# Script
# doxyFilter.sed
#
# Description
# Transform human-readable tags such as 'Description' into the Doxygen
# equivalent
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------
# new FSF address
/^License/,/\*\//{
@ -182,4 +182,4 @@ s#\\linebreak#<br>#g
}
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------