cf0fca3035
all function, variable and structure names removed.
13 lines
274 B
Sed
13 lines
274 B
Sed
s%<type>[^<]*</type>%%g
|
|
s%<param>[^<]*</param>%%g
|
|
s%<func>[^<]*</func>%%g
|
|
s%<funcdef>[^<]*</funcdef>%%g
|
|
s%<type/[^</]*/%%g
|
|
s%<param/[^</]*/%%g
|
|
s%<func/[^</]*/%%g
|
|
s%<funcdef/[^</]*/%%g
|
|
s%<struct/[^</]*/%%g
|
|
s%<const/[^</]*/%%g
|
|
s%<[^<>/ ]\+/%%g
|
|
s%</\?[^<>/ ]*>%%g
|
|
s%&[^;]*;%%g
|