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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,41cdd08c4c779b88 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-11 11:29:11 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Q: Generating Documenation from Ada Sources? Date: 11 May 2002 11:29:11 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0205111029.3cde679@posting.google.com> References: <3CDD31D7.2060005@snafu.de> NNTP-Posting-Host: 205.232.38.244 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1021141751 24331 127.0.0.1 (11 May 2002 18:29:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 11 May 2002 18:29:11 GMT Xref: archiver1.google.com comp.lang.ada:23905 Date: 2002-05-11T18:29:11+00:00 List-Id: Michael Erdmann wrote in message news:<3CDD31D7.2060005@snafu.de>... > I am looking for open source tools which are > generating documentation out of package > specifications. > Such a tools sould not just list the items > in the specification but also extract the > comments belonging to these items into a > resonable format. > > Who knows more about the topic? > > Michael For a well written Ada spec, it would seem that the unix tool cat would do what you want, or possibly something like gnathtml. I think you need to be a whole lot more specific about what you are looking for. What else is there in a spec except items and comments?