From 6927761a888f84ee103c098a902945df8afb4c4a Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Thu, 9 May 2013 22:20:26 -0400 Subject: [PATCH] updating the page-level doc blocks related #38 --- plugin-boilerplate/plugin.php | 1 + plugin-boilerplate/uninstall.php | 3 +++ 2 files changed, 4 insertions(+) diff --git a/plugin-boilerplate/plugin.php b/plugin-boilerplate/plugin.php index 389d7fa..bbe9636 100644 --- a/plugin-boilerplate/plugin.php +++ b/plugin-boilerplate/plugin.php @@ -51,6 +51,7 @@ if ( ! defined('PLUGIN_NAME_VERSION' ) ) { * Use PHPDoc tags if you wish to be able to document the code using a documentation * generator. * + * @package PluginName * @version 1.0.0 */ class PluginName { diff --git a/plugin-boilerplate/uninstall.php b/plugin-boilerplate/uninstall.php index 321d7a8..8b357f3 100644 --- a/plugin-boilerplate/uninstall.php +++ b/plugin-boilerplate/uninstall.php @@ -1,6 +1,9 @@