/**
* Internationalisation file for ConfirmEdit extension.
*
- * @addtogroup Extensions
-*/
+ * @file
+ * @ingroup Extensions
+ */
$messages = array();
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* http://www.gnu.org/copyleft/gpl.html
*
- * @addtogroup Extensions
+ * @file
+ * @ingroup Extensions
*/
if ( !defined( 'MEDIAWIKI' ) ) {
/**
* Internationalisation file for the FancyCaptcha plug-in
*
- * @addtogroup Extensions
-*/
+ * @file
+ * @ingroup Extensions
+ */
$messages = array();
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* http://www.gnu.org/copyleft/gpl.html
*
- * @addtogroup Extensions
+ * @file
+ * @ingroup Extensions
*/
if ( !defined( 'MEDIAWIKI' ) ) {
* Captcha class using simple sums and the math renderer
* Not brilliant, but enough to dissuade casual spam bots
*
- * @addtogroup Extensions
+ * @file
+ * @ingroup Extensions
* @author Rob Church <robchur@gmail.com>
* @copyright © 2006 Rob Church
* @licence GNU General Public Licence 2.0
/**
* QuestyCaptcha class
*
+ * @file
* @author Benjamin Lees <emufarmers@gmail.com>
- * @addtogroup extensions
+ * @ingroup Extensions
*/
class QuestyCaptcha extends SimpleCaptcha {
/**
* Internationalisation file for the QuestyCaptcha plug-in
*
- * @addtogroup Extensions
-*/
+ * @file
+ * @ingroup Extensions
+ */
$messages = array();
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* http://www.gnu.org/copyleft/gpl.html
*
- * @addtogroup Extensions
+ * @file
+ * @ingroup Extensions
*/
if ( !defined( 'MEDIAWIKI' ) ) {