Skip to content
Snippets Groups Projects
Commit 727d16e9 authored by Mark Olesen's avatar Mark Olesen
Browse files

Doxygen : sed script changes 'Typedef' -> @class (easier to find)

parent 49cb54a0
Branches
Tags
No related merge requests found
......@@ -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 /
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment