Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36962 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4525 invoked from network); 11 Apr 2008 17:46:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Apr 2008 17:46:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=david.coallier@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=david.coallier@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.183 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: david.coallier@gmail.com X-Host-Fingerprint: 209.85.146.183 wa-out-1112.google.com Received: from [209.85.146.183] ([209.85.146.183:48267] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/76-02349-AD3AFF74 for ; Fri, 11 Apr 2008 13:46:03 -0400 Received: by wa-out-1112.google.com with SMTP id l24so420082waf.17 for ; Fri, 11 Apr 2008 10:46:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=9BH7ZNWvG5qzNjt1DkFoVHwiPO5I3O1Ht84dJAeHdd4=; b=lhtMAZSH7TFMHe+FyPqMq6zm8pvOmu6qtBeDda9ocvKk1P14Hc2UXEDQeKrB337fbFVQWrJFNsQLIfz0gNvp674dm9mMMJNcamrRQM1b5q2pHXZkQMDwwsh3RNzI9aMX1B4pE7QZ3GoZwkKOJxG7GTMPtRmyUKEmH/qaVKg7xqM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=YuEvc6rz+o0G6oJ77cHlSccH81I2pGgB3wErTWqyP6OhYjhq4z03qeuvVQCLveAkL3uM1xfy6hPYSwv/Qwb02GJsU8oKWQR6ZrTWgT4rFmY19Y1qNIyr820HEl8AkWKh6GK4qBzjhH56BJ2Pthpmc2yMFUqVJxnYXU7jjbM1zlM= Received: by 10.114.184.7 with SMTP id h7mr3877118waf.28.1207935960124; Fri, 11 Apr 2008 10:46:00 -0700 (PDT) Received: by 10.115.22.20 with HTTP; Fri, 11 Apr 2008 10:46:00 -0700 (PDT) Message-ID: Date: Fri, 11 Apr 2008 13:46:00 -0400 Sender: david.coallier@gmail.com To: "Philip Olson" Cc: "Etienne Kneuss" , "Alexey Zakhlestin" , "PHP internals" In-Reply-To: <97A40CDA-69F5-4CD5-8974-276625638380@roshambo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <97A40CDA-69F5-4CD5-8974-276625638380@roshambo.org> X-Google-Sender-Auth: b832e918141df67a Subject: Re: [PHP-DEV] spl documentation From: davidc@php.net ("David Coallier") > > I think all effort should go into writing real documentation within the > phpdoc cvs module instead of unreadable and unofficial doxygen output. > Personally I feel the link to the doxygen output should be removed from > php.net/spl (but won't) so anyway those are my feelings. Etienne is planning > to work on both, which is great, but I encourage everyone to update the > official spl documentation and not worry much about doxygen. > I agree with you on the part that efforts should be put for the phpdoc but I personally consider doxygen's output to be much more complete than any phpdoc output. The doxygen output is very technical and usually if you are looking for something very specific, you'll find it. PHPDocs and Doxygen outputs are really 2 separate beasts, for instance with Doxygen you'll see a clear hierarchy between the objects/classes and which classes they inherit and implement whereas the phpdoc will describe the functions clearly. There are many things that doxygen does that phpdoc doesn't do and the same for phpdoc and doxygen. Anyways, I think we still need that doxygen output and it would be plain bad to scrap it. D