From: David Bremner <david@tethera.net>
To: notmuch@notmuchmail.org
Subject: [Patch v4 3/3] doc: postprocess notmuch.3
Date: Tue, 8 Jul 2014 20:57:09 -0300 [thread overview]
Message-ID: <1404863829-3343-4-git-send-email-david@tethera.net> (raw)
In-Reply-To: <1404863829-3343-1-git-send-email-david@tethera.net>
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 | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/Makefile.local b/doc/Makefile.local
index 72b8f68..9b6cfe5 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:
--
2.0.0.rc2
prev parent reply other threads:[~2014-07-08 23:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-06 14:46 build and install api docs with doxygen David Bremner
2014-07-06 14:46 ` [Patch v3 1/3] doc: build and install doxygen api docs David Bremner
2014-07-06 14:46 ` [Patch v3 2/3] doc: quiet doxygen warnings David Bremner
2014-07-06 14:46 ` [Patch v3 3/3] doc: postprocess notmuch.3 David Bremner
2014-07-08 23:57 ` doxygen api docs David Bremner
2014-07-08 23:57 ` [Patch v4 1/3] doc: build and install " David Bremner
2014-07-09 20:22 ` Tomi Ollila
2014-07-08 23:57 ` [Patch v4 2/3] doc: quiet doxygen warnings David Bremner
2014-07-08 23:57 ` David Bremner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://notmuchmail.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1404863829-3343-4-git-send-email-david@tethera.net \
--to=david@tethera.net \
--cc=notmuch@notmuchmail.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).