Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99243 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72501 invoked from network); 29 May 2017 22:50:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 May 2017 22:50:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.45 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.218.45 mail-oi0-f45.google.com Received: from [209.85.218.45] ([209.85.218.45:34227] helo=mail-oi0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/E8-34073-EC5AC295 for ; Mon, 29 May 2017 18:50:54 -0400 Received: by mail-oi0-f45.google.com with SMTP id b204so91834670oii.1 for ; Mon, 29 May 2017 15:50:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=5pechVztmTF2B5YtztW/qE4QfjQCa9yoW6on7UYiOTM=; b=sYNBytcfhNGFnfDKa6zifCpW4X1XiapKg9SwPmSWP9nHOE8aVQModz9IWg9Ws7Y4DC /1Ccq8A2ZrUe+4VZIsPCyEg49CTPCejdD+A2SmLGrhtc7dR66W9IvAAuecSCRNyuITGV L8LFb5AS/5CsGy1FB9RGb6MMMRDxo5GMz9Rv/pknvRllYlaEjmVWpHysO7qCbl0WS5sx Bj/GhABoCIVCxWzEpUjUg+UIs2WT0MyfvOyQtqkVTambUiT3wfHP5dROr6HXuRUR36eo EGjvYUzvI6kU+xLVeDNcg+RLeYZkIjowOuIGpliWiB0uCNVcth80BlzP32xtz3rcHwI+ RI5A== 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:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=5pechVztmTF2B5YtztW/qE4QfjQCa9yoW6on7UYiOTM=; b=LTL22kobaTCxSEwHSMUT+OAHNzy7QPa+MW4z7lXBsdipltYj10TL58OXUgIq9hdMef qWqFKN2avNC/fooyuKlAY648v7CdFCNUvy291QM/X1gaCwwwqKjlNwF8hhAKSd8oMVdQ EoyiV7cldBVpkJ+xj05Ivh/9Rpjn08rpirrf23tkLUsxOfQB6hXntETeKpnnYdxHlr0B Vpk6Dtb12wu/vn0G1PYDgalVpEc366OkaJQ6tzOgBM76umdUfEKOIyzkzODdcSU7kPM0 Y9Qn5Ul0IePb/xIGr+5CT5hvg31ojK0dGJauZTfKXg39Haxo7NyOgJjhJTiFcVtK8jWW UvJA== X-Gm-Message-State: AODbwcBmJXL/dr5QUT0O84jbde+fO+kRuxK6AXRwHPTUmaiH+zd4nY8n do0tdDQR9fPDgw== X-Received: by 10.157.52.98 with SMTP id v89mr2791903otb.160.1496098250946; Mon, 29 May 2017 15:50:50 -0700 (PDT) Received: from Stas-Air.lan (108-233-206-104.lightspeed.sntcca.sbcglobal.net. [108.233.206.104]) by smtp.gmail.com with ESMTPSA id u14sm5006067oie.19.2017.05.29.15.50.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 May 2017 15:50:50 -0700 (PDT) To: php-internals References: Cc: Nikita Popov Message-ID: <5fca5c60-828d-5fb4-8ef8-74d69036e8f8@gmail.com> Date: Mon, 29 May 2017 15:50:52 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Documentation (Doxygen) From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > I used Doxygen in both PRs to document the code. Right now the code base > is lacking a lot of documentation, which, if done right, would greatly > improve accessibility of the code base. Well, the problem as I understand it is that we don't have Doxygen setup for docs generation. So, adding docs in Doxygen format is not very useful, until we get some Doxygen setup. If we don't get one, then I think it's better to use format that is either completely generic (no special tags, etc.) or matching existing usage. Or make an RFC to establish docs standard, be it Doxygen or anything else. Which of course would include some plan on how to deploy that system. But randomly introducing docs system without any explicit decision in an unrelated patch doesn't look like a good idea to me. -- Stas Malyshev smalyshev@gmail.com