mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
functionObjects: Moved functionObjects namespace documentation into functionObject.H
This commit is contained in:
@ -52,16 +52,15 @@ BEGIN {
|
||||
next
|
||||
}
|
||||
|
||||
|
||||
/^ *\/\// {
|
||||
# start comment block
|
||||
# Start comment block
|
||||
if (state == 1)
|
||||
{
|
||||
printf "/*! "
|
||||
state = 2
|
||||
}
|
||||
|
||||
# inside comment block
|
||||
# Inside comment block
|
||||
if (state == 2)
|
||||
{
|
||||
if (!sub(/^ *\/\/ /, ""))
|
||||
@ -74,9 +73,8 @@ BEGIN {
|
||||
next
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
# end comment block
|
||||
# End comment block
|
||||
if (state == 2)
|
||||
{
|
||||
printf "*/ "
|
||||
|
||||
Reference in New Issue
Block a user