From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,81054609038e88e3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!proxad.net!feeder2-1.proxad.net!news9-e.free.fr!not-for-mail Date: Tue, 12 Oct 2004 01:31:51 +0200 From: Lionel Draghi User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.3) Gecko/20041007 Debian/1.7.3-5 X-Accept-Language: en-us, it MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Missing features in NaturalAdaBrowseDoc... References: <2sqmccF1oit5sU1@uni-berlin.de> <4168e585.146011813@news.free.fr> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <416b17ec$0$311$626a14ce@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 12 Oct 2004 01:31:56 MEST NNTP-Posting-Host: 82.65.180.151 X-Trace: 1097537516 news9-e.free.fr 311 82.65.180.151:34228 X-Complaints-To: abuse@proxad.net Xref: g2news1.google.com comp.lang.ada:5059 Date: 2004-10-12T01:31:56+02:00 List-Id: Something that I would find useful for a tool like AdaBrowse, is the ability to provide indexes on specific entries in the comments. For example, let's say I put a "Portability issues" in somes headers. When porting my soft, I find akward an error prone to "grep" this field. I would appreciate to have an index in the generated pages that provide me with a fast acces to all those entry. Another cool feature would be to defines special fields that contains a list of references. For exemple requirements or bug Id, like in: -- Requirements: req_234, req_456, req_007, req_098, -- req_937 And then to have the cross reference generated between each req and sources where it is referenced. I am pretty sure that a lot of project develop this kind of had hoc tools. -- Lionel