From activemq-dev-return-2304-apmail-geronimo-activemq-dev-archive=geronimo.apache.org@geronimo.apache.org Fri Aug 04 10:22:26 2006 Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 3779 invoked from network); 4 Aug 2006 10:22:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Aug 2006 10:22:26 -0000 Received: (qmail 95619 invoked by uid 500); 4 Aug 2006 10:22:26 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 95590 invoked by uid 500); 4 Aug 2006 10:22:25 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 95581 invoked by uid 99); 4 Aug 2006 10:22:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 03:22:25 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=DNS_FROM_RFC_WHOIS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of tabish@twcny.rr.com designates 24.24.2.55 as permitted sender) Received: from [24.24.2.55] (HELO ms-smtp-01.nyroc.rr.com) (24.24.2.55) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 03:22:24 -0700 Received: from Workstation (cpe-24-58-151-190.twcny.res.rr.com [24.58.151.190]) by ms-smtp-01.nyroc.rr.com (8.13.6/8.13.6) with ESMTP id k74AM18I021052 for ; Fri, 4 Aug 2006 06:22:02 -0400 (EDT) From: "Timothy Bish" To: Subject: RE: auto-generating documentation for C++ client? Date: Fri, 4 Aug 2006 06:22:01 -0400 Message-ID: <047101c6b7af$d41a96f0$2802a8c0@Workstation> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-reply-to: <8a6feb940608040310q15bff374j71bd2228c95557fc@mail.gmail.com> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-index: Aca3rkGivzhCpiO2RDWUs3fl8LDuzAAAXnAA X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I will attempt to figure that out today, depending on how much free time I have. ------------------------------------------------- Timothy A. Bish tabish@twcny.rr.com -----Original Message----- From: Nathan Mittler [mailto:nathan.mittler@gmail.com] Sent: Friday, August 04, 2006 6:10 AM To: activemq-dev@geronimo.apache.org Subject: Re: auto-generating documentation for C++ client? Importance: High On 8/3/06, Hiram Chirino wrote: > > On 8/3/06, Nathan Mittler wrote: > > Hiram, > > I've updated the docs so that there's two separate directories: > > > > https://svn.apache.org/repos/asf/incubator/activemq/site/cms > > - This has just the cms API > > > > and > > > > https://svn.apache.org/repos/asf/incubator/activemq/site/activemq-cpp > > - This has the all the implementation code > > > > It's a little funky right now because I wasn't sure how to get the docs > for > > the implementation to link to the docs for cms ... but maybe we play > with it > > a bit and see if we can figure out how to make doxygen do that. > > > > that's great! Perhaps we just generate the cms docs again when > generating the actimemq ones??? > > > What I meant to say is that since the two packages are generated separately, the html docs for the implementation will reference interfaces in cms (for example cms::TextMessage), but they will essentially be dead links. Maybe there is a way when generating the implementation docs to have it reference the cms docs, but I'm not sure.