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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,324f906453bea5d2,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!s12g2000prg.googlegroups.com!not-for-mail From: Eric Hughes Newsgroups: comp.lang.ada Subject: Documentation generator for Ada 2005 Date: Mon, 24 Mar 2008 08:31:06 -0700 (PDT) Organization: http://groups.google.com Message-ID: <26fdc147-d56b-4737-a8a3-9e02834938bf@s12g2000prg.googlegroups.com> NNTP-Posting-Host: 166.70.57.218 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1206372666 18399 127.0.0.1 (24 Mar 2008 15:31:06 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 24 Mar 2008 15:31:06 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s12g2000prg.googlegroups.com; posting-host=166.70.57.218; posting-account=5RIiTwoAAACt_Eu87gmPAJMoMTeMz-rn User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20558 Date: 2008-03-24T08:31:06-07:00 List-Id: Is there a documentation generator (like javadoc or doxygen) for Ada 2005? I know of these: AdaBrowse http://home.datacomm.ch/t_wolf/tw/ada95/adabrowse/ States support for Ada 95. AdaDoc http://adadoc.sourceforge.net/ States support for Ada 95. Natural Docs http://www.naturaldocs.org/ Doesn't say what language version it supports. This is for a project to be made freely-available, so commercial tools aren't appropriate. Eric