From dc8c0f4e04dd4c7565c943bde3fb9456193e67c2 Mon Sep 17 00:00:00 2001 From: GaryJones Date: Mon, 31 Dec 2012 11:56:21 +0000 Subject: [PATCH] Make file-level Docblock in main plugin file more consistent with other files. Add short description, followed by tags. Since free text is not allowed once a @tag has been given, we give all of the WP plugin headers under a @wordpress-plugin (follows the @vendor-type format). This may then also be parsed out by a documentation generating application, likely via a plugin. --- blazer-six-gist-oembed.php | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/blazer-six-gist-oembed.php b/blazer-six-gist-oembed.php index 0672d78..e4b49d4 100644 --- a/blazer-six-gist-oembed.php +++ b/blazer-six-gist-oembed.php @@ -1,19 +1,22 @@ + * @author Gary Jones + * @copyright Copyright (c) 2012, Blazer Six, Inc. + * @license GPL-2.0+ + * + * @wordpress-plugin * Plugin Name: Blazer Six Gist oEmbed * Plugin URI: https://github.com/bradyvercher/wp-blazer-six-gist-oembed * Description: Gist oEmbed and shortcode support with caching. * Version: 1.1.0 * Author: Blazer Six, Inc. * Author URI: http://www.blazersix.com/ - * License: GPLv2 or later + * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.html - * - * @package BlazerSix\GistoEmbed - * @author Brady Vercher - * @author Gary Jones - * @copyright Copyright (c) 2012, Blazer Six, Inc. - * @license GPL-2.0+ */ // Instantiate main plugin class