Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36965 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15069 invoked from network); 11 Apr 2008 18:23:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Apr 2008 18:23:49 -0000 Authentication-Results: pb1.pair.com header.from=david.coallier@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=david.coallier@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.170.187 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: 64.233.170.187 rn-out-0910.google.com Received: from [64.233.170.187] ([64.233.170.187:50378] helo=rn-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/68-02349-5BCAFF74 for ; Fri, 11 Apr 2008 14:23:49 -0400 Received: by rn-out-0910.google.com with SMTP id i24so658514rng.0 for ; Fri, 11 Apr 2008 11:23:46 -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=aNikR8sygzHp0IWvN16ghxhwqudgAEugC9vzBiEgD24=; b=qYe+Wrc9FPZGebCg+n8vg8eclX4TbxXYYKCaUpTbCamh0u9ykdmflQWk52b5BdCTB23aCd69I+IGgVMbrIvzZog0YamcF2vdxB6XD8dnwhZz5Wkl4hoVKhmDipqcodjGOitbRn8m9400kEMjRWIvS5xQ5mkWqqbsouHWCUDuyag= 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=PIwbmKPaBMmIEMIesH4c9kfRt8Mtdspmwswe6v8N+mFvjHIY5J4LbyteLwlY2f196z8CYD3ttoNM6YhREi7lHsuwAniT1S6gdAA3QjOq5uq6znaYm7LRxbm6gc1rHBgwD3Z2kfReGr8tx/PnNjC2ednDvw3nkPhZ5Thz0W5S6CQ= Received: by 10.114.148.1 with SMTP id v1mr604849wad.199.1207938225854; Fri, 11 Apr 2008 11:23:45 -0700 (PDT) Received: by 10.115.22.20 with HTTP; Fri, 11 Apr 2008 11:23:45 -0700 (PDT) Message-ID: Date: Fri, 11 Apr 2008 14:23:45 -0400 Sender: david.coallier@gmail.com To: "Stanislav Malyshev" Cc: "Philip Olson" , "Etienne Kneuss" , "Alexey Zakhlestin" , "PHP internals" In-Reply-To: <47FFAACC.8020001@zend.com> 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> <47FFAACC.8020001@zend.com> X-Google-Sender-Auth: cbea891dbd7888a2 Subject: Re: [PHP-DEV] spl documentation From: davidc@php.net ("David Coallier") > > I think having core module that is documented by doxygen is a shame. And if > there's anybody working on docs, the work should be done first on official > docs in the manual, which right now are in the "virtually non-existent" > state. Doxygen is a nice thing but no replacement for real documentation. > Jesus christ! What's the amplitude this is taking ? We are not talking about keeping SPL ONLY documented in Doxygen, it's simply a nice addition to have it __DOT__. The only thing that Alexey asked was if there was some regenerated docs. Please, if you feel like you still have problems with SPL in the core or any other problems with documentation of extensions because of it's documentation, just start another thread. This one should be long over, the point was just to ask Marcus to put a new generated version online not to start a war on SPL's doxygen's documentation. Thanks, D