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 4579E431FCF for ; Tue, 8 Jul 2014 16:57:28 -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 ykxp0OhjgCTJ for ; Tue, 8 Jul 2014 16:57:24 -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 3BC64431FBC for ; Tue, 8 Jul 2014 16:57:24 -0700 (PDT) Received: from remotemail by yantan.tethera.net with local (Exim 4.80) (envelope-from ) id 1X4fGF-0005aw-Rn; Tue, 08 Jul 2014 20:57:23 -0300 Received: (nullmailer pid 3529 invoked by uid 1000); Tue, 08 Jul 2014 23:57:16 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: [Patch v4 2/3] doc: quiet doxygen warnings Date: Tue, 8 Jul 2014 20:57:08 -0300 Message-Id: <1404863829-3343-3-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:28 -0000 remove some obsolete tags for XML output (which we don't currently generate in any case) --- doc/doxygen.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg index 1a53af5..42b6339 100644 --- a/doc/doxygen.cfg +++ b/doc/doxygen.cfg @@ -227,8 +227,6 @@ MAN_LINKS = NO #--------------------------------------------------------------------------- GENERATE_XML = NO XML_OUTPUT = xml -XML_SCHEMA = -XML_DTD = XML_PROGRAMLISTING = YES #--------------------------------------------------------------------------- # configuration options related to the DOCBOOK output -- 2.0.0.rc2