MINOR Unified @package PHPdoc (added where missing, removed duplicates)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@56212 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-06-15 13:33:53 +00:00
parent 9b640f8026
commit a894ad377d
22 changed files with 10 additions and 124 deletions

View File

@ -1,11 +1,7 @@
<?php
/**
* @package cms
* @subpackage assets
*/
/**
* A special kind of complex table field for manipulating assets.
*
* @package cms
* @subpackage assets
*/

View File

@ -1,13 +1,8 @@
<?php
/**
* @package cms
* @subpackage core
*/
/**
* A special kind of form used to make the action dialogs that appear just underneath the top-right
* buttons in the CMS
*
* @package cms
* @subpackage core
*/

View File

@ -1,13 +1,9 @@
<?php
/**
* @package cms
* @subpackage content
*/
/**
* The main "content" area of the CMS.
* This class creates a 2-frame layout - left-tree and right-form - to sit beneath the main
* admin menu.
*
* @package cms
* @subpackage content
* @todo Create some base classes to contain the generic functionality that will be replicated.

View File

@ -1,10 +1,4 @@
<?php
/**
* @package cms
* @subpackage comments
*/
/**
* Comment administration system within the CMS
* @package cms

View File

@ -1,10 +1,4 @@
<?php
/**
* @package cms
* @subpackage comments
*/
/**
* Special kind of ComplexTableField for managing comments.
* @package cms

View File

@ -1,10 +1,4 @@
<?php
/**
* @package cms
* @subpackage assets
*/
/**
* A FormField showing a list of files
* @package cms

View File

@ -1,10 +1,4 @@
<?php
/**
* @package cms
* @subpackage core
*/
/**
* Provides a common interface for searching, viewing and editing DataObjects.
* Extend the class to adjust functionality to your specific DataObjects.

View File

@ -1,10 +1,4 @@
<?php
/**
* @package cms
* @subpackage assets
*/
/**
* This Controller handles all operation needed for ImageEditor to work(expect for GD operations).
* @package cms

View File

@ -1,12 +1,9 @@
<?php
/**
* @package cms
* @subpackage security
*/
/**
* Form field showing a list of members.
*
* @deprecated Use {@link MemberTableField} instead
*
* @package cms
* @subpackage security
*/

View File

@ -1,10 +1,4 @@
<?php
/**
* @package cms
* @subpackage security
*/
/**
* Enhances {ComplexTableField} with the ability to list groups and given members.
* It is based around groups, so it deletes Members from a Group rather than from the entire system.

View File

@ -1,10 +1,4 @@
<?php
/**
* @package cms
* @subpackage pagetypes
*/
/**
* Page type that lets users build a contact form.
* @package cms

View File

@ -1,10 +1,4 @@
<?php
/**
* @package cms
* @subpackage reports
*/
/**
* Reports section of the CMS
* @package cms

View File

@ -1,10 +1,4 @@
<?php
/**
* @package cms
* @subpackage security
*/
/**
* Security section of the CMS
* @package cms

View File

@ -1,10 +1,4 @@
<?php
/**
* @package cms
* @subpackage content
*/
/**
* Base class for the small reports that appear in the left hand site of the Site Content section of the CMS.
* Create subclasses of this class to build new reports.

View File

@ -1,10 +1,4 @@
<?php
/**
* @package cms
* @subpackage export
*/
/**
* This class lets you export a static copy of your site.
* It creates a huge number of folders each containing an index.html file.

View File

@ -1,10 +1,4 @@
<?php
/**
* @package cms
* @subpackage assets
*/
/**
* Provides a strip of thumbnails showing all of the images in the system.
* It will be tied to a 'parent field' that will provide it with a filter by which to reduce the number

View File

@ -1,10 +1,4 @@
<?php
/**
* @package cms
* @subpackage content
*/
/**
* Special field type for selecting and configuring widgets on a page.
* @package cms

View File

@ -1,10 +1,4 @@
<?php
/**
* @package cms
* @subpackage comments
*/
/**
* Tools for adding an optional protection question to a form.
* Remember to add MathSpamProtection::enabled(true); to _config.php for this question to be added to the comments form.

View File

@ -1,10 +1,4 @@
<?php
/**
* @package cms
* @subpackage comments
*/
/**
* Represents a single comment on a page
* @package cms

View File

@ -1,10 +1,4 @@
<?php
/**
* @package cms
* @subpackage comments
*/
/**
* Represents an interface for viewing and adding page comments
* Create one, passing the page discussed to the constructor. It can then be

View File

@ -1,10 +1,4 @@
<?php
/**
* @package cms
* @subpackage comments
*/
/**
* @package cms
* @subpackage comments

View File

@ -1,4 +1,8 @@
<?php
/**
* @package cms
* @subpackage tests
*/
class LeftAndMainTest extends SapphireTest {
public function testMainMenuSpecification() {