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,79f76509b1249e02,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-31 08:13:18 PST From: Julien Burdy Subject: ANN: AdaDoc 2.0 Date: Sat, 31 Aug 2002 17:12:09 +0200 Newsgroups: comp.lang.ada Message-ID: User-Agent: Pan/0.11.2 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=iso885915 Content-Transfer-Encoding: 8bit X-Comment-To: ALL NNTP-Posting-Host: 195.202.203.43 X-Trace: news.swissonline.ch 1030806797 195.202.203.43 (31 Aug 2002 17:13:17 +0200) X-Complaints-To: abuse@swissonline.ch Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!diablo.theplanet.net!zen.net.uk!news.imp.ch!news.imp.ch!news-zh.switch.ch!news.swissonline.ch!not-for-mail Xref: archiver1.google.com comp.lang.ada:28631 Date: 2002-08-31T17:12:09+02:00 List-Id: We are announcing the release of AdaDoc version 2.0. It had been completely rewritten to be more extensible and remove the limitations of AdaDoc v1.x. ======== AdaDoc ? ======== AdaDoc is a tool for developers using the Ada95 programming language. Its goal is to create documentation in different format from a specification package. ===== How ? ===== The program analyzes the specification (by controlling its syntax), then the draft to write a document with the desired format. The format of exit depends on the selected module. AdaDoc writes a file XML (temporary) containing all information necessary to the modules to write the other formats (HTML, Latex, etc...). The writing of a module for other formats is very easy. ======= Where ? ======= AdaDoc is freely available to the following address: http://adadoc.sf.net One can find there: - binaries versions for Linux and Windows. - a user guide (English and French). - a guide of creation of module (English and French). - sources of the software (English). - the complete documentation of the project (only in French). - a mailing list to be informed of the new release. AdaDoc is under the GPL.