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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,49853c91b1e34dc6,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-26 14:37:06 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: t_wolf@angelfire.com (Thomas Wolf) Newsgroups: comp.lang.ada Subject: AdaBrowse 1.2 available -- a javadoc for Ada 95 Date: 26 Feb 2002 14:37:05 -0800 Organization: http://groups.google.com/ Message-ID: <719a5d07.0202261437.793ff570@posting.google.com> NNTP-Posting-Host: 212.40.5.172 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1014763026 12119 127.0.0.1 (26 Feb 2002 22:37:06 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 26 Feb 2002 22:37:06 GMT Xref: archiver1.google.com comp.lang.ada:20478 Date: 2002-02-26T22:37:06+00:00 List-Id: AdaBrowse 1.2 -- a javadoc for Ada 95 ===================================== AdaBrowse is a javadoc-like HTML generator for Ada 95. It is free software, copyright (c) 2002 by Thomas Wolf, and is distributed under the GPL. AdaBrowse 1.2 can be downloaded from the URL http://home.tiscalinet.ch/t_wolf/tw/ada95/adabrowse/ AdaBrowse produces a fully cross-referenced HTML rendering of Ada 95 library unit specs (no bodies) similar to what javadoc does for Java sources. AdaBrowse is highly configurable though command-line options, style sheets and configuration files. You can customize just about any aspect of the generated HTML. This version is a major upgrade over the previous 1.01 version. - It now can call the compiler (configurable) to generate the ASIS information if it cannot be found. - It completely takes apart the source and produces a structured HTML rendering of it, including a type index (with primitive operations) for packages. - It fully and precisely cross-references the source. - Extracts Ada comments belonging to an Ada item and produces a description for the item in the generated HTML from it. Which comments belong to which items is configurable. AdaBrowse 1.2 is available at the URL http://home.tiscalinet.ch/t_wolf/tw/ada95/adabrowse/ as tarred, gzipped files: - adabrowse_1.2.tar.gz contains the sources and a pre-built executable for GNAT 3.14p on Windows NT or 2000 (770 kB). - adabrowse_1.2_src.tar.gz contains only the sources (88 kB). -- -------------------------------------------------------------------- Thomas Wolf e-mail: t_wolf@angelfire.com