MINOR Fixed phpdocs

This commit is contained in:
Ingo Schommer 2012-06-20 23:59:16 +02:00
parent d82b67cf97
commit 3a7128d00c
13 changed files with 16 additions and 16 deletions

View File

@ -7,7 +7,7 @@
* as PHP doesn't really care about types...
*
* @author Marcus Nyeholt <marcus@silverstripe.com.au>
* @package sapphire
* @package framework
* @subpackage injector
* @license BSD http://silverstripe.org/BSD-license
*/

View File

@ -5,7 +5,7 @@
* injected
*
* @author marcus@silverstripe.com.au
* @package sapphire
* @package framework
* @subpackage injector
*
* @license http://silverstripe.org/bsd-license/

View File

@ -7,7 +7,7 @@
* as PHP doesn't really care about types...
*
* @author Marcus Nyeholt <marcus@silverstripe.com.au>
* @package sapphire
* @package framework
* @subpackage injector
* @license BSD http://silverstripe.org/BSD-license
*/

View File

@ -108,7 +108,7 @@
* * A service named 'PermissionService' has been configured
*
* @author marcus@silverstripe.com.au
* @package sapphire
* @package framework
* @subpackage injector
* @license BSD License http://silverstripe.org/bsd-license/
*/

View File

@ -5,7 +5,7 @@
* and provides a meaning of registering community built
* adapters in to the installer process.
*
* @package installer
* @package framework
* @author Tom Rix
*/
class DatabaseAdapterRegistry {

View File

@ -5,7 +5,7 @@
* It does all the specific checking for MySQLDatabase
* to ensure that the configuration is setup correctly.
*
* @package sappire
* @package framework
* @subpackage model
*/
class MySQLDatabaseConfigurationHelper implements DatabaseConfigurationHelper {

View File

@ -31,10 +31,10 @@
* This will generate a tree allowing the user to expand and contract subsections
* to find the appropriate page to save to the field.
*
* @see {@link TreeMultiselectField} for the same implementation allowing multiple selections
* @see {@link DropdownField} for a simple dropdown field.
* @see {@link CheckboxSetField} for multiple selections through checkboxes.
* @see {@link OptionsetField} for single selections via radiobuttons.
* @see TreeMultiselectField for the same implementation allowing multiple selections
* @see DropdownField for a simple dropdown field.
* @see CheckboxSetField for multiple selections through checkboxes.
* @see OptionsetField for single selections via radiobuttons.
*
* @package forms
* @subpackage fields-relational

View File

@ -3,7 +3,7 @@ require_once 'Zend/Translate.php';
require_once 'zend_translate_railsyaml/library/Translate/Adapter/RailsYAML.php';
/**
* @package sapphire
* @package framework
* @subpackage i18n
*/

View File

@ -3,7 +3,7 @@ require_once 'Zend/Locale.php';
require_once 'Zend/Translate/Adapter.php';
/**
* @package sapphire
* @package framework
* @subpackage i18n
*/

View File

@ -153,7 +153,7 @@ class i18nTextCollector extends Object {
/**
* Builds a master string table from php and .ss template files for the module passed as the $module param
* @see {@link collectFromCode} and {@link collectFromTemplate}
* @see collectFromCode() and collectFromTemplate()
*
* @param string $module A module's name or just 'themes'
* @return array $entities An array of entities found in the files that comprise the module

View File

@ -1,6 +1,6 @@
<?php
/**
* @package sapphire
* @package framework
* @subpackage i18n
*/

View File

@ -6,7 +6,7 @@
* Used extensively by {@link DataList}.
*
* @subpackage model
* @package sapphire
* @package framework
*/
class DataQuery {

View File

@ -1,6 +1,6 @@
<?php
/**
* @package sapphire
* @package framework
* @subpackage i18n
*/