aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar David Bremner <david@tethera.net>2014-07-01 16:13:03 -0300
committerGravatar David Bremner <david@tethera.net>2014-07-09 19:32:44 -0300
commit934e333a08e7f0ef24a3f139dd3d8738d28f1bd5 (patch)
treed82a5b08de2c1043af515885a10b026e1c405b86 /doc
parentc6cdac8eceac04558ea033fdc4d827104d359c06 (diff)
doc: postprocess notmuch.3
Remove excess italics from doxygen output. It seems to make no sense (and is certainly ugly) to italicize the first argument to the .RI macro.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.local1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.local b/doc/Makefile.local
index 72b8f686..9b6cfe58 100644
--- a/doc/Makefile.local
+++ b/doc/Makefile.local
@@ -70,6 +70,7 @@ install-apidocs: apidocs
$(APIMAN): $(dir)/config.dox $(srcdir)/$(dir)/doxygen.cfg $(srcdir)/lib/notmuch.h
mkdir -p $(DOCBUILDDIR)/man/man3
doxygen $(DOXYFILE)
+ perl -pi -e 's/^[.]RI "\\fI/.RI "\\fP/' $(APIMAN)
else
apidocs:
install-apidocs: