Browse Source

PHPDoc : mettre les balises dans un package BALISE

master
Eric Lupinacci 1 year ago
parent
commit
aac9242e52
  1. 4
      ezcache_fonctions.php

4
ezcache_fonctions.php

@ -1,6 +1,8 @@
<?php
/**
* Ce fichier contient les balises de Cache Factory.
*
* @package SPIP\CACHE\BALISE
*/
if (!defined('_ECRIRE_INC_VERSION')) {
return;
@ -14,6 +16,8 @@ if (!defined('_ECRIRE_INC_VERSION')) {
*
* @balise
*
* @uses calculer_liste_cache()
*
* @example
* ```
* #CACHE_LISTE{ezcheck}, renvoie tous les caches du plugin ezcheck

Loading…
Cancel
Save