Updates @subpackage
authorMatthias Schmidt <gravatronics@live.com>
Thu, 21 Jul 2011 11:37:45 +0000 (13:37 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Thu, 21 Jul 2011 11:37:45 +0000 (13:37 +0200)
Added ".builder" to the classes' subpackage documentation.

20 files changed:
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderACPMenu.class.php
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderApplication.class.php
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderCleanupAdapter.class.php
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderCoreObject.class.php
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderCronjob.class.php
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderEventListener.class.php
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderIcon.class.php
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderLanguage.class.php
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderOption.class.php
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderPackage.class.php
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderPackageDependency.class.php
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderPageMenu.class.php
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderSpider.class.php
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderStyle.class.php
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderTemplate.class.php
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderTemplateGroup.class.php
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderTemplateListener.class.php
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderTemplateListenerCode.class.php
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderUserGroup.class.php
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderUserGroupPermission.class.php

index d4e9710ea49b0f8e294daee1738f63deb27537b9..78dd70eb4d0af66c827650d3ade45167d64a3c7f 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @copyright  2001-2011 WoltLab GmbH\r
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>\r
  * @package    com.woltlab.wcf\r
- * @subpackage system.cache\r
+ * @subpackage system.cache.builder\r
  * @category   Community Framework\r
  */\r
 class CacheBuilderACPMenu implements CacheBuilder {\r
index 4306e84cf4dddb25b2e07f2f622325fffcb11395..8301ea98d665a22bd8e5cb695ba80ba65d21ecdc 100644 (file)
@@ -14,7 +14,7 @@ use wcf\system\WCF;
  * @copyright  2001-2011 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
- * @subpackage system.cache
+ * @subpackage system.cache.builder
  * @category   Community Framework
  */
 class CacheBuilderApplication implements CacheBuilder {
index 7d396565ade648841ad54fb038ca2a3b00a9b7c6..65c78e0fb737e9b47e3417a74cf3b88a7b2f90ce 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @copyright  2001-2011 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
- * @subpackage system.cache
+ * @subpackage system.cache.builder
  * @category   Community Framework
  */
 class CacheBuilderCleanupAdapter implements CacheBuilder {
index 44d225eaf5d6910530c563eec3b0023f939cb971..32b2b26ee65223893ebfa96b4e5bd0671ebb09e7 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\package\PackageDependencyHandler;
  * @copyright  2001-2011 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
- * @subpackage system.cache
+ * @subpackage system.cache.builder
  * @category   Community Framework
  */
 class CacheBuilderCoreObject implements CacheBuilder {
index b4fef393bec76cb91ed94916a9a659bff5eb0013..bcc16cbc5de6f93c624bc06f3b2ba9372d58ee95 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @copyright  2001-2011 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
- * @subpackage system.cache
+ * @subpackage system.cache.builder
  * @category   Community Framework
  */
 class CacheBuilderCronjob implements CacheBuilder {
index 4e1162bc18d87ab8606b70fea97ae500cf7a25ec..ac14303a59454138db957284b2a21c328eab49e6 100644 (file)
@@ -12,7 +12,7 @@ use wcf\util\StringUtil;
  * @copyright  2001-2011 WoltLab GmbH\r
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>\r
  * @package    com.woltlab.wcf\r
- * @subpackage system.cache\r
+ * @subpackage system.cache.builder\r
  * @category   Community Framework\r
  */\r
 class CacheBuilderEventListener implements CacheBuilder {\r
index 82408cb970fc464106688a644c5e8f90fd309be3..af2cdd399817f1570eaa7fd95b3a62d2ae3259f2 100644 (file)
@@ -14,7 +14,7 @@ use wcf\util\FileUtil;
  * @copyright  2001-2011 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
- * @subpackage system.cache
+ * @subpackage system.cache.builder
  * @category   Community Framework
  */
 class CacheBuilderIcon implements CacheBuilder {
index 61d9069828351a537ef98553c0925cccf6e03c26..ec98d81dcea50dc8089dd46ee45efa79f928844f 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @copyright  2001-2011 WoltLab GmbH\r
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>\r
  * @package    com.woltlab.wcf\r
- * @subpackage system.cache\r
+ * @subpackage system.cache.builder\r
  * @category   Community Framework\r
  */\r
 class CacheBuilderLanguage implements CacheBuilder {\r
index 8cf6d1e5370651b2eac2c5bf558873747ef6d835..0cd451eb2fef186eade11d20e97815530603c57e 100644 (file)
@@ -13,7 +13,7 @@ use wcf\system\WCF;
  * @copyright  2001-2011 WoltLab GmbH\r
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>\r
  * @package    com.woltlab.wcf\r
- * @subpackage system.cache\r
+ * @subpackage system.cache.builder\r
  * @category   Community Framework\r
  */\r
 class CacheBuilderOption implements CacheBuilder {\r
index 04835df8d95fecd37497cf8b10854e22167269f2..e76bbda11abbd456a0bbf27babdc632a22ced93f 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @copyright  2001-2011 WoltLab GmbH\r
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>\r
  * @package    com.woltlab.wcf\r
- * @subpackage system.cache\r
+ * @subpackage system.cache.builder\r
  * @category   Community Framework\r
  */\r
 class CacheBuilderPackage implements CacheBuilder {\r
index 3c5282585f41205c3bf7d37d93033af6e923e1a8..b848843bf62b6031f71be6b7a6609bcb108b1cca 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @copyright  2001-2011 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
- * @subpackage system.cache
+ * @subpackage system.cache.builder
  * @category   Community Framework
  */
 class CacheBuilderPackageDependency implements CacheBuilder {
index c2b957d9dc54b304f6621e7a36d7907c7a627ac1..247b211c8979d73c0e52deb6089f1cee59ad523f 100644 (file)
@@ -12,7 +12,7 @@ use wcf\system\WCF;
  * @copyright  2001-2011 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
- * @subpackage system.cache
+ * @subpackage system.cache.builder
  * @category   Community Framework
  */
 class CacheBuilderPageMenu implements CacheBuilder {
index 18ced2ec16ebc01b7a756fad01dde2444fe9ae17..ecbcddf11114ebe49770d819cc9b2169fc7eef61 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\cache\CacheBuilder;
  * @copyright  2001-2011 WoltLab GmbH\r
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>\r
  * @package    com.woltlab.wcf\r
- * @subpackage system.cache\r
+ * @subpackage system.cache.builder\r
  * @category   Community Framework\r
  */\r
 class CacheBuilderSpider implements CacheBuilder {\r
index 119fb043be67d190e8c0742d496d5a221ec67b24..061074cea691ff6efb1d405f3699fe46005075c2 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * @copyright  2001-2011 WoltLab GmbH\r
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>\r
  * @package    com.woltlab.wcf\r
- * @subpackage system.cache\r
+ * @subpackage system.cache.builder\r
  * @category   Community Framework\r
  */\r
 class CacheBuilderStyle implements CacheBuilder {\r
index 95cdaed913e23f3795cc83a160ab5df08ab1f547..d6a51aa2618f19b363626bf9da8cc61fe12b58a8 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\WCF;
  * @copyright  2001-2011 WoltLab GmbH\r
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>\r
  * @package    com.woltlab.wcf\r
- * @subpackage system.cache\r
+ * @subpackage system.cache.builder\r
  * @category   Community Framework\r
  */\r
 class CacheBuilderTemplate implements CacheBuilder {\r
index b124b43f3722322773d984e5298f958e9dac71cb..74eb4ef72596d196d3b1c3b85a94776c3ee8cb61 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\cache\CacheBuilder;
  * @copyright  2001-2011 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
- * @subpackage system.cache
+ * @subpackage system.cache.builder
  * @category   Community Framework
  */
 class CacheBuilderTemplateGroup implements CacheBuilder {
index dfe6aab6797e40064d621593939f0499268aa33b..413cd2efadfcbcf1812b42719796839108183177 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\package\PackageDependencyHandler;
  * @copyright  2001-2011 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
- * @subpackage system.cache
+ * @subpackage system.cache.builder
  * @category   Community Framework
  */
 class CacheBuilderTemplateListener implements CacheBuilder {
index cd8f003dc204cf0dc858b729edce8b7f2b666f12..f45d9396a5b251d5e722edc2d73ac3eb9746e2e5 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\package\PackageDependencyHandler;
  * @copyright  2001-2011 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
- * @subpackage system.cache
+ * @subpackage system.cache.builder
  * @category   Community Framework
  */
 class CacheBuilderTemplateListenerCode implements CacheBuilder {
index bc21f1bea783bd2d3fe791b98f693bd7e42b273e..0cac4b25738978e0cf86cb90295be875738f573b 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\cache\CacheBuilder;
  * @copyright  2001-2011 WoltLab GmbH\r
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>\r
  * @package    com.woltlab.wcf\r
- * @subpackage system.cache\r
+ * @subpackage system.cache.builder\r
  * @category   Community Framework\r
  */\r
 class CacheBuilderUserGroup implements CacheBuilder {\r
index 99ca8bab35550ba76517cef124115165e979e507..9ef09bd96dfe6f3e7a05f590e2f459b4ae0eaae0 100644 (file)
@@ -13,7 +13,7 @@ use wcf\util\ClassUtil;
  * @copyright  2001-2011 WoltLab GmbH\r
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>\r
  * @package    com.woltlab.wcf\r
- * @subpackage system.cache\r
+ * @subpackage system.cache.builder\r
  * @category   Community Framework\r
  */\r
 class CacheBuilderUserGroupPermission implements CacheBuilder {\r