소스 검색

ZF-7315: review phpDoc for API documentation generation (Zend_Filter)

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16870 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael 16 년 전
부모
커밋
d030b1a851
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      library/Zend/Filter/Alnum.php
  2. 1 1
      library/Zend/Filter/Alpha.php
  3. 1 1
      library/Zend/Filter/StripTags.php

+ 1 - 1
library/Zend/Filter/Alnum.php

@@ -40,7 +40,7 @@ class Zend_Filter_Alnum implements Zend_Filter_Interface
      * Whether to allow white space characters; off by default
      * Whether to allow white space characters; off by default
      *
      *
      * @var boolean
      * @var boolean
-     * @depreciated
+     * @deprecated
      */
      */
     public $allowWhiteSpace;
     public $allowWhiteSpace;
 
 

+ 1 - 1
library/Zend/Filter/Alpha.php

@@ -40,7 +40,7 @@ class Zend_Filter_Alpha implements Zend_Filter_Interface
      * Whether to allow white space characters; off by default
      * Whether to allow white space characters; off by default
      *
      *
      * @var boolean
      * @var boolean
-     * @depreciated
+     * @deprecated
      */
      */
     public $allowWhiteSpace;
     public $allowWhiteSpace;
 
 

+ 1 - 1
library/Zend/Filter/StripTags.php

@@ -46,7 +46,7 @@ class Zend_Filter_StripTags implements Zend_Filter_Interface
      * If false (the default), then comments are removed from the input string.
      * If false (the default), then comments are removed from the input string.
      *
      *
      * @var boolean
      * @var boolean
-     * @depreciated
+     * @deprecated
      */
      */
     public $commentsAllowed;
     public $commentsAllowed;