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-Thread: a07f3367d7,5b37675757998a42 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!m11g2000yqh.googlegroups.com!not-for-mail From: okellogg Newsgroups: comp.lang.ada Subject: Re: Doxygen for Ada Date: Mon, 20 Jul 2009 11:50:30 -0700 (PDT) Organization: http://groups.google.com Message-ID: <823385d4-c110-4475-b35d-25e1a0e6ef61@m11g2000yqh.googlegroups.com> References: <92ed2215-f451-4ca7-b40d-2cb8bf27ba50@b15g2000yqd.googlegroups.com> NNTP-Posting-Host: 84.156.198.234 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1248115830 11049 127.0.0.1 (20 Jul 2009 18:50:30 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 20 Jul 2009 18:50:30 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m11g2000yqh.googlegroups.com; posting-host=84.156.198.234; posting-account=a23u_AkAAAB-Xz81hSqodYsmJRrMwioK User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22pre) Gecko/20081213 SUSE/2.0.0.21post-0.1 Firefox/2.0.0.22pre,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7185 Date: 2009-07-20T11:50:30-07:00 List-Id: On Jul 20, 5:38 pm, Pablo wrote: > Does someone knows some Doxygen documentation script which runs over > Ada code? AdaBrowse (http://home.datacomm.ch/t_wolf/tw/ada95/adabrowse/) does not use the exact Doxygen syntax but is useful, nonetheless. --Oliver