projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6cdac8
)
doc: postprocess notmuch.3
author
David Bremner
<david@tethera.net>
Tue, 1 Jul 2014 19:13:03 +0000
(16:13 -0300)
committer
David Bremner
<david@tethera.net>
Wed, 9 Jul 2014 22:32:44 +0000
(19:32 -0300)
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.
doc/Makefile.local
patch
|
blob
|
history
diff --git
a/doc/Makefile.local
b/doc/Makefile.local
index 72b8f686f2b9023b21156c3400e6b5d576c17681..9b6cfe58fc87f7f098163b842e277ff01ce7bcd0 100644
(file)
--- 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: