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=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:3d88:: with SMTP id n130mr12764474itn.6.1547828011502; Fri, 18 Jan 2019 08:13:31 -0800 (PST) X-Received: by 2002:aca:cc0f:: with SMTP id c15mr173641oig.3.1547828011115; Fri, 18 Jan 2019 08:13:31 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!fdn.fr!proxad.net!feeder1-2.proxad.net!209.85.166.215.MISMATCH!k10no78813itk.0!news-out.google.com!v71ni107ita.0!nntp.google.com!k10no78809itk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 18 Jan 2019 08:13:30 -0800 (PST) In-Reply-To: <1fd7b3d7-b882-45ea-8330-fb41fa75436d@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=208.114.128.49; posting-account=MRPdDAoAAADUJmZVjnYaoafXFMadSeY1 NNTP-Posting-Host: 208.114.128.49 References: <1fd7b3d7-b882-45ea-8330-fb41fa75436d@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9877fc15-c032-4539-bc04-50517763869e@googlegroups.com> Subject: Re: Windows 10 program like Doxygen for Ada 95 From: Olivier Henley Injection-Date: Fri, 18 Jan 2019 16:13:31 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:55307 Date: 2019-01-18T08:13:30-08:00 List-Id: On Friday, January 18, 2019 at 7:46:56 AM UTC-5, Micha...@gmail.com wrote: > Hello, >=20 > What is the best Doxygen program for Ada 95?=20 >=20 > I'm looking for a program that documents routines, variables, et cetera f= or Ada. >=20 > Personally, I've used Doxygen for Java in the past and I have had to spen= d hours and hours on beautifying its Latex output. But, Doxygen is better t= han trying to do it all by myself. >=20 > Thank you, > Michael 1. https://groups.google.com/forum/#!topic/comp.lang.ada/WzdnV1eZikI 2. Personally, I really like something eg. Gauthier did using gnathtml: htt= ps://globe3d.sourceforge.io/g3d_html/index.htm (types, comments are in plac= e and we can navigate easily) I would prefer to have a view of available fi= les in the ToC instead of just 'Letters' (maybe it is possible). The Ada pa= ckage structure and file naming reflecting it can easily document the proje= ct organisation or 'macro architecture'. My two cents.