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: a07f3367d7,9124c8b7efcea462 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!s25g2000prd.googlegroups.com!not-for-mail From: Marco Newsgroups: comp.lang.ada Subject: Re: Ada and Doxygen Date: Sat, 6 Mar 2010 05:41:54 -0800 (PST) Organization: http://groups.google.com Message-ID: <24e18900-14a6-473d-b4f8-48d32382c799@s25g2000prd.googlegroups.com> References: <4b84fb09$0$6579$9b4e6d93@newsspool3.arcor-online.net> <45d5f4b8-8e8e-43ef-94df-0558262cd978@g11g2000yqe.googlegroups.com> NNTP-Posting-Host: 71.33.73.74 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1267882914 29276 127.0.0.1 (6 Mar 2010 13:41:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 6 Mar 2010 13:41:54 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s25g2000prd.googlegroups.com; posting-host=71.33.73.74; posting-account=WITAxQkAAAAHjnLda9Lofpqp8mERTWL4 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:9450 Date: 2010-03-06T05:41:54-08:00 List-Id: On Feb 26, 11:43=A0am, Vadim Godunko wrote: > On Feb 26, 11:49=A0am, Stephen Leake > wrote: > For example, all parts of documentation is > in the .cpp files in Qt, which makes .h files clean; or worthless - the whole idea of a module (package in Ada) spec is to document what the caller needs to know and "hide" what the caller doesn't need to know why should I be forced to read another document just to understand a module's interface typical C and C++ programmers don't seem to "get" this concept