Re: [PATCH v2 0/2] doxygen generated library reference man page
authorTomi Ollila <tomi.ollila@iki.fi>
Mon, 6 Jan 2014 09:13:33 +0000 (11:13 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:58:54 +0000 (09:58 -0800)
47/11dd1330fce81ca3330d97d98093a606f440b4 [new file with mode: 0644]

diff --git a/47/11dd1330fce81ca3330d97d98093a606f440b4 b/47/11dd1330fce81ca3330d97d98093a606f440b4
new file mode 100644 (file)
index 0000000..9d3754d
--- /dev/null
@@ -0,0 +1,85 @@
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id E87E6431FC2\r
+       for <notmuch@notmuchmail.org>; Mon,  6 Jan 2014 01:13:50 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id jJSdDzNwGLg7 for <notmuch@notmuchmail.org>;\r
+       Mon,  6 Jan 2014 01:13:43 -0800 (PST)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 38A0D431FBF\r
+       for <notmuch@notmuchmail.org>; Mon,  6 Jan 2014 01:13:43 -0800 (PST)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+       by guru.guru-group.fi (Postfix) with ESMTP id A779710005E;\r
+       Mon,  6 Jan 2014 11:13:33 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: David Bremner <david@tethera.net>, Jani Nikula <jani@nikula.org>,\r
+       notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v2 0/2] doxygen generated library reference man page\r
+In-Reply-To: <87bnzq605g.fsf@zancas.localnet>\r
+References: <cover.1388598677.git.jani@nikula.org>\r
+       <87bnzq605g.fsf@zancas.localnet>\r
+User-Agent: Notmuch/0.17+15~g4d2c5fa (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+       $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+       !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Mon, 06 Jan 2014 11:13:33 +0200\r
+Message-ID: <m2y52tlbgi.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 06 Jan 2014 09:13:51 -0000\r
+\r
+On Sun, Jan 05 2014, David Bremner <david@tethera.net> wrote:\r
+\r
+> Jani Nikula <jani@nikula.org> writes:\r
+>\r
+>> v2 of id:cover.1385826040.git.jani@nikula.org\r
+>>\r
+>> Rebase, minor tweaks since v1; the TODO in the referenced message above\r
+>> is still valid. I suggest we get this merged as a starting point, so we\r
+>> can collaborate on including a nice API man page (and possibly a HTML\r
+>> API reference on the web page) for 0.18.\r
+>>\r
+>\r
+> I pushed these.\r
+>\r
+> Should we start installing the generated man page?\r
+\r
+One thing to bikeshed:\r
+\r
+IMO "install" target should not execute anything that is located in\r
+'devel/' (i.e. build should be "devel/" -free) so IMO the doxygen.cfg\r
+should be moved to some other directory\r
+(but where? to the root? to man/* to upcoming info/*?)\r
+\r
+Also, I attempted to split the version from PROJECT_NAME to \r
+PROJECT_NUMBER in doxygen.cfg -- The generated file had 'Version 0.17 ...'\r
+instead of 'Notmuch 0.17 ...' as the last line. Therefore I think the\r
+choice of keeping PROJECT_NAME = "Notmuch $VERSION" instead of moving\r
+the $VERSION to PROJECT_NUMBER is a good idea. IMO this choice should be\r
+commented in doxygen.cfg but that is probably not going to happen ;/\r
+\r
+> d\r
+\r
+Tomi\r