staging: greybus: add Viresh as maintainer of few greybus protocol drivers
[linux-2.6/btrfs-unstable.git] / Documentation / sphinx / post_convert.sed
blob392770bac53b79ac0814c02fde26d61fc2935fcb
2 # Unescape.
4 s/$bq/`/g
5 s/$lt/</g
6 s/$gt/>/g
8 # pandoc thinks that both "_" needs to be escaped.  Remove the extra
9 # backslashes.
11 s/\\_/_/g
13 # Unwrap docproc directives.
15 s/^``DOCPROC: !E\(.*\)``$/.. kernel-doc:: \1\n   :export:/
16 s/^``DOCPROC: !I\(.*\)``$/.. kernel-doc:: \1\n   :internal:/
17 s/^``DOCPROC: !F\([^ ]*\) \(.*\)``$/.. kernel-doc:: \1\n   :functions: \2/
18 s/^``DOCPROC: !P\([^ ]*\) \(.*\)``$/.. kernel-doc:: \1\n   :doc: \2/
19 s/^``DOCPROC: \(!.*\)``$/.. WARNING: DOCPROC directive not supported: \1/
21 # Trim trailing whitespace.
23 s/[[:space:]]*$//