From: David Bremner Date: Tue, 8 Jul 2014 23:57:09 +0000 (+2100) Subject: [Patch v4 3/3] doc: postprocess notmuch.3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=406941c51d96f828a92e46fa824e2086070f7897;p=notmuch-archives.git [Patch v4 3/3] doc: postprocess notmuch.3 --- diff --git a/2b/0259dbf3832582fbd41dbae6dac23ac53dac9f b/2b/0259dbf3832582fbd41dbae6dac23ac53dac9f new file mode 100644 index 000000000..ef23a2fc0 --- /dev/null +++ b/2b/0259dbf3832582fbd41dbae6dac23ac53dac9f @@ -0,0 +1,71 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id C1552431FDA + for ; Tue, 8 Jul 2014 16:57:35 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id TkWd6NCB3x-H for ; + Tue, 8 Jul 2014 16:57:34 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 1778C431FCB + for ; Tue, 8 Jul 2014 16:57:28 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1X4fGJ-0005b6-NJ; Tue, 08 Jul 2014 20:57:27 -0300 +Received: (nullmailer pid 3531 invoked by uid 1000); Tue, 08 Jul 2014 + 23:57:16 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: [Patch v4 3/3] doc: postprocess notmuch.3 +Date: Tue, 8 Jul 2014 20:57:09 -0300 +Message-Id: <1404863829-3343-4-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.0.0.rc2 +In-Reply-To: <1404863829-3343-1-git-send-email-david@tethera.net> +References: <1404657994-30628-4-git-send-email-david@tethera.net> + <1404863829-3343-1-git-send-email-david@tethera.net> +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Tue, 08 Jul 2014 23:57:37 -0000 + +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 +