mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Doxygen : sed script changes 'Typedef' -> @class (easier to find)
This commit is contained in:
@ -68,11 +68,11 @@ s/^ /@namespace /
|
||||
# Typedef
|
||||
# Foam::def
|
||||
# =>
|
||||
# @typedef Foam::def
|
||||
#
|
||||
# @class Foam::def
|
||||
# This is not strictly correct, but makes it easier to find the typedefs
|
||||
/^Typedef *$/,/^[^ ]/{
|
||||
/^Typedef/d
|
||||
s/^ /@typedef /
|
||||
s/^ /@class /
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user