diff options
Diffstat (limited to 'doc/prog-spell.sed')
-rw-r--r-- | doc/prog-spell.sed | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/prog-spell.sed b/doc/prog-spell.sed new file mode 100644 index 0000000..426a033 --- /dev/null +++ b/doc/prog-spell.sed @@ -0,0 +1,13 @@ +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 |