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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b733c10ea3655840 X-Google-Attributes: gid103376,public From: "James S. Rogers" Subject: Re: Announcement: OpenToken 1.1 released Date: 1999/05/23 Message-ID: <7i9qbb$t28$1@bgtnsc03.worldnet.att.net>#1/1 X-Deja-AN: 481278066 References: <37444A4F.20183EE3@telepath.com> <37448521.E0E00B59@telepath.com> <37448AE3.E7D0B15A@Botton.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc03.worldnet.att.net 927493291 29768 12.74.128.180 (23 May 1999 21:01:31 GMT) Organization: AT&T WorldNet Services NNTP-Posting-Date: 23 May 1999 21:01:31 GMT Newsgroups: comp.lang.ada Date: 1999-05-23T21:01:31+00:00 List-Id: Simon Wright wrote in message ... >David Botton writes: > >> This will convert the specs to HTML with links and all: >> >> ftp://ftp.seas.gwu.edu/pub/ada/adalib_html/ >> >> I've used it often for my own projects. >> >> Also, >> >> http://www.adahome.com/Resources/Tools/ada2html/ada2html.htm >> >> Will do the src too, but requires Unix, Perl, and gnatf. > >I haven't looked to see exactly what's required (at least Perl, >obviously), but GNAT 3.11p's src/ada directory contains gnathtml.pl >which seems to do a brilliant job (I've only just tried it out the >once). Yes, gnathtml.pl does require Perl. I have used it several times. The only drawback it has is its requirement that the source code compiles cleanly under GNAT. It does not have an option to ignore a non-compiling package and allow you to build html pages for all the other packages. I intend to use this as part of a Software Design Document (SDD) and Interface Design Document (IDD) for my current project in robotics. Jim Rogers Colorado Springs, Colorado USA