Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29059 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62343 invoked by uid 1010); 26 Apr 2007 17:59:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62318 invoked from network); 26 Apr 2007 17:59:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Apr 2007 17:59:55 -0000 Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:21781] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BD/E4-21548-898E0364 for ; Thu, 26 Apr 2007 13:59:54 -0400 Received: (qmail 4462 invoked from network); 26 Apr 2007 17:59:48 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 26 Apr 2007 17:59:48 -0000 Message-ID: <4630E895.9060601@zend.com> Date: Thu, 26 Apr 2007 21:59:49 +0400 User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 To: Marcus Boerger CC: Gwynne Raskind , internals@lists.php.net References: <97180F0D-CB4C-4071-A859-38059C0DD1FF@wanderingknights.org> <0DFF3A59-3419-4A25-B907-E0E71FD41360@wanderingknights.org> <462FD093.90402@zend.com> <1168659886.20070426001225@marcus-boerger.de> <462FD55A.7080809@zend.com> <1377038162.20070426194723@marcus-boerger.de> In-Reply-To: <1377038162.20070426194723@marcus-boerger.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Documenting the Zend2 extension API From: antony@zend.com (Antony Dovgal) On 04/26/2007 09:47 PM, Marcus Boerger wrote: > Hello Antony, > > Thursday, April 26, 2007, 12:25:30 AM, you wrote: > >> On 04/26/2007 02:12 AM, Marcus Boerger wrote: >>>> Doxygen (which seems to be uses by the majority of F/OSS projects) >>>> generates completely unreadable docs. >>>> Every time I look into ICU docs (generated by Doxygen) I get lost for 10 >>>> minutes trying to find a function _by name_. >>>> In the same time, other tools do not provide such a wide range of output formats as available in Doxygen. >>> >>> Hu? It has a search option if you want. > >> This one? =) >> http://www.icu-project.org/apiref/icu4c/search.php?query=strcat > >>> And it has alphabetical lists for >>> functions, consts, classes, files, modules, whatever. > >> Maybe there is something wrong with ICU docs (or with me?), but I can't >> find any alphabetical index of functions. >> All I can see is a list of functions per file, which is noway convenient. > > Go to: http://www.php.net/~helly/php/ext/spl/ > On the left select 'file members' > Then on the top of the main part select 'functions' > That will give you all global functions. You really think this is good structure? > Now, open 'Class Members' on the left > Then on the top of the main part select 'functions' > That will give you a list of all functions, > each with a list of classes/interfaces implementing them 4 clicks just to get to the list of functions? No, doxygen is definitely not what I would like to use. >>> And if that is not enough we could take it's xml output to feed a database and provide a >>> fulltext search on that. > >> We can also use any of search engines available to search in the result HTML. >> But the point is that the docs should be well structured enough so that a >> fulltext search would not be required. > > As i said, from doxygen' XML output we can generate any kind of > structure we see fit. -- Wbr, Antony Dovgal