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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,327f3e801a405191 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-16 01:11:29 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: rolf.ebert@gmx.net (Rolf Ebert) Newsgroups: comp.lang.ada Subject: Re: "Javadoc" for Ada Date: 16 Jan 2002 01:11:28 -0800 Organization: http://groups.google.com/ Message-ID: References: <3C413630.A2CEB446@concentric.net> NNTP-Posting-Host: 194.97.67.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1011172288 6583 127.0.0.1 (16 Jan 2002 09:11:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 16 Jan 2002 09:11:28 GMT Xref: archiver1.google.com comp.lang.ada:18962 Date: 2002-01-16T09:11:28+00:00 List-Id: Joseph P Vlietstra wrote in message news:<3C413630.A2CEB446@concentric.net>... > Are there any doc comment utilities for Ada similar? Have a look at GtkAda (http://libre.act-europe.fr/GtkAda/). In the source distribution is a Perl script that extracts the structured comments (similar to javadoc) and generates a texinfo file. Rolf