Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99373 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21980 invoked from network); 5 Jun 2017 18:40:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2017 18:40:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=jgmdev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jgmdev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.51 as permitted sender) X-PHP-List-Original-Sender: jgmdev@gmail.com X-Host-Fingerprint: 209.85.213.51 mail-vk0-f51.google.com Received: from [209.85.213.51] ([209.85.213.51:36454] helo=mail-vk0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/C4-27119-495A5395 for ; Mon, 05 Jun 2017 14:40:20 -0400 Received: by mail-vk0-f51.google.com with SMTP id p85so70824851vkd.3 for ; Mon, 05 Jun 2017 11:40:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=cxw3lZYyjTmVuTQc0HWmwpczvMFkuQenXgxk8YZ12Pg=; b=tLiby0fBd9ZMIaJyDTaXGeIIfsuNgfl2Jq1JfyENl7Uai6OWgNM/1xTxnJld6ccLUN RybvWeINMj/iyCjlRvAffZ9nnVjRJo3dw0XgAaGpoD/Q3Zn/22tgtLnOLLS57vqE8SVS Y9XD2FrfR7ZJRhDbwdy8MplEJ+xAB7nbfNHPPQ3IyDKo+hrh9zkHZlYO5pIomXPMTqGP vdmoIMFZBTdhWygDzye8O8CQPzvQAP8knhcCpgNu5bhtlfZzfPJvdRS2TWtnZpbqEgd6 kwAMOzr3LWEUgLKnFcg7hd389xRzDnmlLWKbUkR3ci9TUK+bTzeHf1XMr7FeqCS5v58y zRlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=cxw3lZYyjTmVuTQc0HWmwpczvMFkuQenXgxk8YZ12Pg=; b=dv7SdMMW34p9e7aB3dzM4SVoV49DcHxNixSNVFHba9wJZZMWBuTRd3+AfZRJuLep2q e6z0Ys4lF19dzEz34EMsmUeeeH988L9Z246sbdnlIVYw7wkbyvD7eE7CZhbcJDFbrdl5 Js+8vr49VlX4l2oXG9qg4sp4H1qflVUgGTG1/CfT/9pKiTn3JYZS+4lEoMzUwgKZxwxn M/F8enr64qlY6bt+5AAwOQz9wSADtwWbFiqqF0WheFxdMmMRqIqiDCr8tx1wG6D0Vkrc OjScqKSbtuxJslehKFJ/PwPCvGOyBgTgXOq6fA9kgIgmeoTD/v/ghvrprf15gndBU7ev ZI0g== X-Gm-Message-State: AODbwcB7d1NDcz6+r7prOBjX5e2Rs3eUraRy7q4qFVVABl/u+tIPaf48 zgT/8Pv2i6cLdqQI1Qg= X-Received: by 10.31.192.9 with SMTP id q9mr11382224vkf.32.1496688017114; Mon, 05 Jun 2017 11:40:17 -0700 (PDT) Received: from [192.168.1.121] ([24.50.217.112]) by smtp.gmail.com with ESMTPSA id i64sm863633vkd.12.2017.06.05.11.40.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 Jun 2017 11:40:16 -0700 (PDT) To: Fleshgrinder , php-internals References: <0194b13c-4d68-8e20-b125-6e2f5539e077@fleshgrinder.com> Message-ID: Date: Mon, 5 Jun 2017 14:40:14 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <0194b13c-4d68-8e20-b125-6e2f5539e077@fleshgrinder.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [RFC] [Discussion] Doxygen From: jgmdev@gmail.com (Jefferson Gonzalez) On 06/01/2017 03:04 PM, Fleshgrinder wrote: > Hey guys! > > Just finished the very brief Doxygen RFC. Please let me know if you > require more information in it, I feel that it is sufficient as is, > since documenting is not rocket science (writing useful documentation > definitely is, but we cannot vote on that): > > https://wiki.php.net/rfc/doxygen > First, thanks for taking the initiative to do this! Second, the rfc doesn't touch the ability of grouping that doxygen provides which could be really useful in order to navigate the documentation more easily. For example: grouping functions related to the manipulation of zvals in groups like: Objects, Strings, Numbers, etc... More about this: http://www.stack.nl/~dimitri/doxygen/manual/grouping.html and this is some example of how it may look like: http://docs.wxwidgets.org/trunk/modules.html Third, maybe you can add 2 vote choices in which to document the source code in case one is favored more than another. One to document the core directly and another method using the interface directory that I mentioned in my previous e-mail. Finally, you mentioned on the RFC that I didn't got any support which could sound harsh... but what I wrote on the e-mail was that I lost motivation due to my day/night job, that was the real reason I did not continued the work with it. Cheers!