1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-14 01:02:12 +03:00

updating the docblocks

This commit is contained in:
Tom McFarlin 2014-05-03 15:07:38 -04:00
parent 135920036b
commit 91273f37d4
3 changed files with 6 additions and 7 deletions

View file

@ -3,8 +3,9 @@
/** /**
* Define a short description for what this class does. * Define a short description for what this class does.
* *
* @since x.x.x * @since 1.0.0
* @package TODO * @package Plugin_Name
* @subpackage Plugin_Name/public
*/ */
/** /**
@ -12,11 +13,10 @@
* *
* Define a longer description for the purpose of this class. * Define a longer description for the purpose of this class.
* *
* @package TODO
* @author Your Name <your@email.com> * @author Your Name <your@email.com>
* @license GPL-2.0+ * @license GPL-2.0+
* @link URL * @link URL
* @copyright 2014 Your Name of Your Company Name * @copyright 2014 Your Name or Company Name
*/ */
class Plugin_Name_Public_Loader { class Plugin_Name_Public_Loader {
@ -26,7 +26,6 @@ class Plugin_Name_Public_Loader {
* Long description. * Long description.
* *
* @since 1.0.0 * @since 1.0.0
* @link URL
* @param type $plugin_name_public TODO * @param type $plugin_name_public TODO
*/ */
public function run( $plugin_name_public ) { public function run( $plugin_name_public ) {

View file

@ -16,7 +16,7 @@
* @author Your Name <your@email.com> * @author Your Name <your@email.com>
* @license GPL-2.0+ * @license GPL-2.0+
* @link URL * @link URL
* @copyright 2014 Your Name of Your Company Name * @copyright 2014 Your Name or Company Name
*/ */
class Plugin_Name_Public { class Plugin_Name_Public {

View file

@ -16,7 +16,7 @@
* @author Your Name <your@email.com> * @author Your Name <your@email.com>
* @license GPL-2.0+ * @license GPL-2.0+
* @link URL * @link URL
* @copyright 2014 Your Name of Your Company Name * @copyright 2014 Your Name or Company Name
*/ */
?> ?>