Skip to content

Commit

Permalink
Fix @Package tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
realityking committed Aug 13, 2012
1 parent 524f316 commit 58d55ea
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions libraries/cms/help/help.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @package Joomla.Legacy
* @package Joomla.Libraries
* @subpackage Help
*
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
Expand All @@ -12,7 +12,7 @@
/**
* Help system class
*
* @package Joomla.Legacy
* @package Joomla.Libraries
* @subpackage Help
* @since 1.5
*/
Expand Down
4 changes: 2 additions & 2 deletions libraries/cms/toolbar/button.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @package Joomla.Legacy
* @package Joomla.Libraries
* @subpackage Toolbar
*
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
Expand All @@ -14,7 +14,7 @@
*
* The JButton is the base class for all JButton types
*
* @package Joomla.Legacy
* @package Joomla.Libraries
* @subpackage Toolbar
* @since 3.0
*/
Expand Down
4 changes: 2 additions & 2 deletions libraries/cms/toolbar/button/confirm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @package Joomla.Legacy
* @package Joomla.Libraries
* @subpackage Toolbar
*
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
Expand All @@ -12,7 +12,7 @@
/**
* Renders a standard button with a confirm dialog
*
* @package Joomla.Legacy
* @package Joomla.Libraries
* @subpackage Toolbar
* @since 3.0
*/
Expand Down
4 changes: 2 additions & 2 deletions libraries/cms/toolbar/button/custom.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @package Joomla.Legacy
* @package Joomla.Libraries
* @subpackage Toolbar
*
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
Expand All @@ -12,7 +12,7 @@
/**
* Renders a custom button
*
* @package Joomla.Legacy
* @package Joomla.Libraries
* @subpackage Toolbar
* @since 3.0
*/
Expand Down
4 changes: 2 additions & 2 deletions libraries/cms/toolbar/button/help.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @package Joomla.Legacy
* @package Joomla.Libraries
* @subpackage Toolbar
*
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
Expand All @@ -12,7 +12,7 @@
/**
* Renders a help popup window button
*
* @package Joomla.Legacy
* @package Joomla.Libraries
* @subpackage Toolbar
* @since 3.0
*/
Expand Down
4 changes: 2 additions & 2 deletions libraries/cms/toolbar/button/link.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @package Joomla.Legacy
* @package Joomla.Libraries
* @subpackage Toolbar
*
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
Expand All @@ -12,7 +12,7 @@
/**
* Renders a link button
*
* @package Joomla.Legacy
* @package Joomla.Libraries
* @subpackage Toolbar
* @since 3.0
*/
Expand Down
4 changes: 2 additions & 2 deletions libraries/cms/toolbar/button/popup.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @package Joomla.Legacy
* @package Joomla.Libraries
* @subpackage Toolbar
*
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
Expand All @@ -12,7 +12,7 @@
/**
* Renders a popup window button
*
* @package Joomla.Legacy
* @package Joomla.Libraries
* @subpackage Toolbar
* @since 3.0
*/
Expand Down
4 changes: 2 additions & 2 deletions libraries/cms/toolbar/button/separator.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @package Joomla.Legacy
* @package Joomla.Libraries
* @subpackage Toolbar
*
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
Expand All @@ -12,7 +12,7 @@
/**
* Renders a button separator
*
* @package Joomla.Legacy
* @package Joomla.Libraries
* @subpackage Toolbar
* @since 3.0
*/
Expand Down
4 changes: 2 additions & 2 deletions libraries/cms/toolbar/button/standard.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @package Joomla.Legacy
* @package Joomla.Libraries
* @subpackage Toolbar
*
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
Expand All @@ -12,7 +12,7 @@
/**
* Renders a standard button
*
* @package Joomla.Legacy
* @package Joomla.Libraries
* @subpackage Toolbar
* @since 3.0
*/
Expand Down
4 changes: 2 additions & 2 deletions libraries/cms/toolbar/toolbar.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @package Joomla.Legacy
* @package Joomla.Libraries
* @subpackage Toolbar
*
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
Expand All @@ -12,7 +12,7 @@
/**
* ToolBar handler
*
* @package Joomla.Legacy
* @package Joomla.Libraries
* @subpackage Toolbar
* @since 1.5
*/
Expand Down

0 comments on commit 58d55ea

Please sign in to comment.