mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
improving documentation
This commit is contained in:
parent
cc42c4a554
commit
1a616eeb65
1 changed files with 11 additions and 1 deletions
|
@ -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 {
|
class PluginName {
|
||||||
|
|
||||||
/*--------------------------------------------*
|
/*--------------------------------------------*
|
||||||
|
|
Loading…
Reference in a new issue