Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 56640 invoked from network); 11 Mar 2010 17:34:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Mar 2010 17:34:30 -0000 Received: (qmail 24708 invoked by uid 500); 11 Mar 2010 17:33:56 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 24664 invoked by uid 500); 11 Mar 2010 17:33:56 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 24647 invoked by uid 99); 11 Mar 2010 17:33:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Mar 2010 17:33:56 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.125.92.150] (HELO qw-out-1920.google.com) (74.125.92.150) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Mar 2010 17:33:48 +0000 Received: by qw-out-1920.google.com with SMTP id 5so85812qwf.48 for ; Thu, 11 Mar 2010 09:33:27 -0800 (PST) Received: by 10.224.48.67 with SMTP id q3mr804666qaf.126.1268328806806; Thu, 11 Mar 2010 09:33:26 -0800 (PST) Received: from [192.168.200.166] (74-140-237-179.dhcp.insightbb.com [74.140.237.179]) by mx.google.com with ESMTPS id 8sm563184qwj.45.2010.03.11.09.33.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 11 Mar 2010 09:33:24 -0800 (PST) Cc: dev@httpd.apache.org Message-Id: <0CD0DEBF-5E5A-4611-860A-8F183CCA094A@rcbowen.com> From: Rich Bowen To: docs@httpd.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: autogen API docs Date: Thu, 11 Mar 2010 12:33:19 -0500 References: <3A0EDC72-72AC-4DBC-84A1-4C5D95FA90CD@rcbowen.com> X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org On Mar 11, 2010, at 10:48 AM, Jeff Trawick wrote: > On Thu, Mar 11, 2010 at 10:46 AM, Rich Bowen > wrote: >> Can someone point me to information on how to autogen API docs from >> the >> source? The link on the website points to something purportedly by >> Ian >> Holmsman, but the link is dead. > > Does "make dox" work for you? Awesome. That works for trunk. What about 2.2 and 2.0? Is this a new development, or am I just missing something? --Rich