| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Required tagsShort DescriptionsShort descriptions must be provided for all docblocks. They should be a quick sentence, not the name of the item. Please read the Coding Standard's sample file about how to write good descriptions. PHP VersionsOne of the following must go in the page-level docblock:
@licenseThere are several possible licenses. One of the following must be picked and placed in the page-level and class-level docblocks:
For more information, see the PEAR Group's Licensing Announcement: http://pear.php.net/group/docs/20040402-la.php @linkThe following must be used in both the page-level and class-level docblocks. Of course, change "PackageName" to the name of your package. This ensures the generated documentation links back your package. @link http://pear.php.net/package/PackageName @authorThere's no hard rule to determine when a new code contributor should be added to the list of authors for a given source file. In general, their changes should fall into the "substantial" category (meaning somewhere around 10% to 20% of code changes). Exceptions could be made for rewriting functions or contributing new logic. Simple code reorganization or bug fixes would not justify the addition of a new individual to the list of authors. @sinceThis tag is required when a file or class is added after the package's initial release. Do not use it in an initial release. @deprecatedThis tag is required when a file or class is no longer used but has been left in place for backwards compatibility. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Required tags」をGoogle検索
|