1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-26 16:41:02 +03:00

improving documentation

This commit is contained in:
Tom McFarlin 2013-05-07 22:42:30 -04:00
parent cc42c4a554
commit 1a616eeb65

View file

@ -26,7 +26,17 @@ License:
*/
// TODO: rename this class to a proper name for your plugin
/**
* TODO:
*
* Rename this class to a proper name for your plugin. Give a proper description of
* the plugin, it's purpose, and any dependencies it has.
*
* Use PHPDoc directives if you wish to be able to document the code using a documentation
* generator.
*
* @version 1.0
*/
class PluginName {
/*--------------------------------------------*