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: 103376,2b909902584f450a X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: ANN: Basil -- Internet Message (email) and MIME library for Ada v 1.0 Date: Mon, 28 Jul 2008 09:52:48 +0200 Message-ID: <6f5c3cF9onjlU1@mid.individual.net> References: <3d42731b-4669-414e-87cc-454260ef62ec@d1g2000hsg.googlegroups.com> <1ff77708-02c3-4552-a8a0-128a7fc34581@27g2000hsf.googlegroups.com> <877ibdhm4g.fsf@ludovic-brenta.org> <4426acc1-81ba-4b82-b53d-fbf11b66e51f@z66g2000hsc.googlegroups.com> <9c8cfef5-fa43-4de1-9d20-4fe466186e5e@z66g2000hsc.googlegroups.com> <6er3r9F8f7psU1@mid.individual.net> <4888b373$0$9499$9b4e6d93@newsspool3.arcor-online.net> <6ets6sF8mbmbU1@mid.individual.net> <1r3p2b50a9dg6$.jiw25d2jmzu1.dlg@40tude.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: individual.net GYnvh491AtPjltFjz6vkmgHhmfTp9vyt6Syro9IacdGQfhpfY= Cancel-Lock: sha1:fBgYIKEE+78cViQNpsfmeRc/+FY= User-Agent: KNode/0.10.9 Xref: g2news1.google.com comp.lang.ada:1357 Date: 2008-07-28T09:52:48+02:00 List-Id: Dmitry A. Kazakov wrote: > On Fri, 25 Jul 2008 13:38:26 +0200, Alex R. Mosteo wrote: > >> Dmitry A. Kazakov wrote: >> >> Incidentally, are you using some software to generate these webpages from >> source code? > > Unfortunately no. I am lazy to write or else modify an existing one. But > for all, I miss a concept of how this could be done. I mean tearing the > comments from the sources in not enough to generate a readable text. I guess it can be done if you start commenting with this purpose in mind. Many libraries' docs simply are Doxygen processed sources. Certainly the results are in a wide range of polish. Yours look really neat, so I wondered if you were using AdaBrowse or some of the other options out there for Ada.