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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2bd38291393bb69b,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!postnews.google.com!e6g2000prf.googlegroups.com!not-for-mail From: JPWoodruff@gmail.com Newsgroups: comp.lang.ada Subject: need hint for adabrowse usage Date: Tue, 18 Dec 2007 14:27:01 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 76.25.248.240 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1198016821 2361 127.0.0.1 (18 Dec 2007 22:27:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 18 Dec 2007 22:27:01 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e6g2000prf.googlegroups.com; posting-host=76.25.248.240; posting-account=eLk0BgoAAAA-yA75xm1L7heSizMaESVg User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:18994 Date: 2007-12-18T14:27:01-08:00 List-Id: -- I've been using adabrowse4.0.1 successfully for some time but I just -- noticed a fact about the html I'd like help with. -- I don't know how to collect Ada comments that have empty spaces -- between them in the way I've formatted these paragraphs. -- I've been reading the User's Guide - I think I need to know more -- about "A comment block is any sequence of consecutive Ada 95 comment -- lines that start with the same prefix." But what is the relationship -- between adjacent comment blocks? -- U-G has "Description." controls to represent Ada comments, but I'm -- puzzled why all but one of separate comment blocks disappear from the -- html. Sorry to say html is, (uhm), not exactly my speciality. -- A specific case in point that I'm unable to process properly is -- gnat-regpat.ads in the gnat3.15 suite. John