aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/acm/acm_db.php5
-rw-r--r--phpBB/includes/acm/acm_file.php4
-rw-r--r--phpBB/includes/captcha/captcha_gd.php2
3 files changed, 5 insertions, 6 deletions
diff --git a/phpBB/includes/acm/acm_db.php b/phpBB/includes/acm/acm_db.php
index 83f52362cd..00fa21430d 100644
--- a/phpBB/includes/acm/acm_db.php
+++ b/phpBB/includes/acm/acm_db.php
@@ -1,7 +1,7 @@
<?php
/**
*
-* @package acm_db
+* @package acm
* @version $Id$
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
@@ -9,7 +9,8 @@
*/
/**
-* @package acm_db
+* @package acm
+* @ignore
* ACM Database Caching
*/
class acm
diff --git a/phpBB/includes/acm/acm_file.php b/phpBB/includes/acm/acm_file.php
index 42db254567..c3567e05a4 100644
--- a/phpBB/includes/acm/acm_file.php
+++ b/phpBB/includes/acm/acm_file.php
@@ -1,7 +1,7 @@
<?php
/**
*
-* @package acm_file
+* @package acm
* @version $Id$
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
@@ -9,7 +9,7 @@
*/
/**
-* @package acm_file
+* @package acm
* ACM File Based Caching
*/
class acm
diff --git a/phpBB/includes/captcha/captcha_gd.php b/phpBB/includes/captcha/captcha_gd.php
index 4bf7369c58..d49505442c 100644
--- a/phpBB/includes/captcha/captcha_gd.php
+++ b/phpBB/includes/captcha/captcha_gd.php
@@ -1352,7 +1352,6 @@ class char_cube3d
}
/**
-* @package VC
* Return bitmaps
*/
function captcha_bitmaps()
@@ -1962,7 +1961,6 @@ function captcha_bitmaps()
/**
* Return vectors
-* @package VC
*/
function captcha_vectors()
{