From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3612 invoked by alias); 23 Feb 2015 08:25:15 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 3598 invoked by uid 89); 23 Feb 2015 08:25:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 23 Feb 2015 08:25:12 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-02.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1YPoKC-000517-I9 from Tom_deVries@mentor.com ; Mon, 23 Feb 2015 00:25:08 -0800 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-02.mgc.mentorg.com (137.202.0.106) with Microsoft SMTP Server id 14.3.224.2; Mon, 23 Feb 2015 08:25:07 +0000 Message-ID: <54EAE3E0.3010500@mentor.com> Date: Mon, 23 Feb 2015 08:26:00 -0000 From: Tom de Vries User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Arnaud Charlet CC: Subject: Re: [Ada] convert GNAT doc to sphinx References: <20150220091720.GA16093@adacore.com> <54E9F787.4010704@mentor.com> <20150222180433.GB3798@adacore.com> <54EA26AD.9090307@mentor.com> <20150222191525.GA6460@adacore.com> <54EA2F7F.1010709@mentor.com> <20150222204840.GA8382@adacore.com> In-Reply-To: <20150222204840.GA8382@adacore.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-02/txt/msg01352.txt.bz2 On 22-02-15 21:48, Arnaud Charlet wrote: >> I didn't see a question here: >> ... >> As for the @dircategory I do not know, I couldn't find a proper documentation >> for this node other than: >> http://www.gnu.org/software/texinfo/manual/texinfo/html_node/Installing-Dir-Entries.html#index-dircategory >> which is incomplete. >> ... >> >> Could you indicate what you found to be missing? > > Well, what's the syntax for this command to start with, what are its > parameters, and are the parameter(s) mandatory? I see what you mean. From reading the doc, I'd say the syntax is @dircategory where specifies the category under which subsequent @direntry-s will be listed in 'dir' ( http://www.gnu.org/software/texinfo/manual/texinfo/html_node/Directory-File.html#Directory-File ). > Is there e.g. a list of > all commands with their syntax and semantic documented? > I only found the index ( http://www.gnu.org/software/texinfo/manual/texinfo/html_node/Command-and-Variable-Index.html#Command-and-Variable-Index ), which lists all commands, and gives links to where they are explained. Thanks, - Tom