diff --git a/code/batchactions/CMSBatchActions.php b/code/batchactions/CMSBatchActions.php index 27ab4265..df185a5d 100644 --- a/code/batchactions/CMSBatchActions.php +++ b/code/batchactions/CMSBatchActions.php @@ -69,6 +69,8 @@ class CMSBatchAction_Archive extends CMSBatchAction { /** * Batch restore of pages + * @package cms + * @subpackage batchaction */ class CMSBatchAction_Restore extends CMSBatchAction { diff --git a/code/controllers/CMSSiteTreeFilter.php b/code/controllers/CMSSiteTreeFilter.php index c84a5c7c..f90e779e 100644 --- a/code/controllers/CMSSiteTreeFilter.php +++ b/code/controllers/CMSSiteTreeFilter.php @@ -229,8 +229,11 @@ abstract class CMSSiteTreeFilter extends Object implements LeftAndMain_SearchFil * pages that is currently published. * * Note that this does not check canView permissions that might hide pages from certain visitors + * + * @package cms + * @subpackage content */ -class CMSSIteTreeFilter_PublishedPages extends CMSSiteTreeFilter { +class CMSSiteTreeFilter_PublishedPages extends CMSSiteTreeFilter { /** * @return string diff --git a/code/model/SiteTreeFolderExtension.php b/code/model/SiteTreeFolderExtension.php index d8d278d5..2907e8ab 100644 --- a/code/model/SiteTreeFolderExtension.php +++ b/code/model/SiteTreeFolderExtension.php @@ -2,6 +2,9 @@ /** * @todo Cleanup, refactor, test this class + * + * @package cms + * @subpackage model */ class SiteTreeFolderExtension extends DataExtension { diff --git a/code/model/SiteTreeLinkTracking.php b/code/model/SiteTreeLinkTracking.php index ab29b7f9..fead777c 100644 --- a/code/model/SiteTreeLinkTracking.php +++ b/code/model/SiteTreeLinkTracking.php @@ -1,4 +1,10 @@