Skip to content
Extraits de code Groupes Projets
Valider 871861f1 rédigé par robocoder's avatar robocoder
Parcourir les fichiers

more phpdoc tweaks

git-svn-id: http://dev.piwik.org/svn/trunk@1432 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent d8cf9322
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -371,7 +371,7 @@ class Piwik_DataTable
*
* A common row to 2 DataTable is defined by the same label
*
* @example @see tests/core/DataTable.test.php
* @example tests/core/DataTable.test.php
*/
public function addDataTable( Piwik_DataTable $tableToSum )
{
......
......@@ -10,13 +10,19 @@
* @package Piwik
*/
// @since PHP 5
/**
* @since PHP 5
*/
if(!defined('E_STRICT')) { define('E_STRICT', 2048); }
// @since PHP 5.2.0
/**
* @since PHP 5.2.0
*/
if(!defined('E_RECOVERABLE_ERROR')) { define('E_RECOVERABLE_ERROR', 4096); }
// @since PHP 5.3.0
/**
* @since PHP 5.3.0
*/
if(!defined('E_DEPRECATED')) { define('E_DEPRECATED', 8192); }
if(!defined('E_USER_DEPRECATED')) { define('E_USER_DEPRECATED', 16384); }
......
......@@ -13,7 +13,7 @@
/**
* Interface to be implemented by update scripts
*
* @example core/Updates/0.4.2.php Incremental update script from version 0.4.1 to 0.4.2
* @example core/Updates/0.4.2.php
* @package Piwik
*/
interface Piwik_iUpdate
......
......@@ -47,7 +47,7 @@ directory = core,plugins
;; comma-separated list of files, directories or wildcards ? and * (any wildcard) to ignore
;; legal values: any wildcard strings separated by commas
;ignore = /path/to/ignore*,*list.php,myfile.php,subdirectory/
ignore = pear-*,Documentation/,*.test.php,Lexer.inc,*.tpl,*.js,*.css,*.png,*.gif,*.ico,core/Updates/
ignore = pear-*,Documentation/,*.test.php,Lexer.inc,*.tpl,*.js,*.css,*.png,*.gif,*.ico,core/Updates/*.php
;; comma-separated list of Converters to use in outputformat:Convertername:templatedirectory format
;; legal values: HTML:frames:default,HTML:frames:l0l33t,HTML:frames:phpdoc.de,HTML:frames:phphtmllib,
......
......@@ -49,6 +49,10 @@ class Piwik_ExampleFeedburner extends Piwik_Plugin
Piwik_AddWidget('Example Widgets', 'Feedburner statistics', 'ExampleFeedburner', 'feedburner');
/**
*
* @package Piwik_ExampleFeedburner
*/
class Piwik_ExampleFeedburner_Controller extends Piwik_Controller
{
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter