Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24073 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19712 invoked by uid 1010); 10 Jun 2006 11:01:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19697 invoked from network); 10 Jun 2006 11:01:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2006 11:01:50 -0000 X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:9270] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 17/B1-30619-D96AA844 for ; Sat, 10 Jun 2006 07:01:49 -0400 Received: from foxbox (unknown [84.229.192.204]) by gw2.emini.dk (Postfix) with ESMTP id 17A47B5B6F; Sat, 10 Jun 2006 13:01:45 +0200 (CEST) Message-ID: <186701c68c7c$cffa7990$6602a8c0@foxbox> Reply-To: "Steph Fox" To: "Marcus Boerger" , "Andi Gutmans" Cc: References: <7.0.1.0.2.20060608162444.06db8390@zend.com> <1934915062.20060609092414@marcus-boerger.de> <7.0.1.0.2.20060609065558.037ca148@zend.com> <673041320.20060610015205@marcus-boerger.de> Date: Sat, 10 Jun 2006 12:58:30 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] SPL docs From: steph@zend.com ("Steph Fox") Hi Marcus > that's nothing more than our manual besides a different layout. I'd > like to document how studd is being integrated, how stuff works together > and how inheritance trees look like. You saw the gtk tree, wow, cool if > there is only one real tree like inheritance graph. But unfortunatley > SPL has a great amount of interfaces floating around. Intrgrating that > and hving all that information revealed is a great problem. I use the > docu myself so maybe i am looking from another level but i am not > willing to give that level away. I'd rather change the toolset, only the > toolchain i can change is doxygen. Yep, we're about to hit similar issues over documenting interfaces in PHP-GTK... at present they're more or less treated as classes. I really don't want to throw away the entire php-gtk-doc structure just to deal with those though :) and I'd imagine nobody wants to throw out the otherwise solid phpdoc structure either. I have to say also that I don't find doxygen-generated documentation intuitive. It's more useful if you already know about something and need to look up some detail than it is if you're trying to learn how that thing works in the first place. - Steph