phpdoc comments
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 27 Jan 2005 19:48:31 +0000 (19:48 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 27 Jan 2005 19:48:31 +0000 (19:48 +0000)
includes/templates/Userlogin.php

index 7420484..44999ed 100644 (file)
@@ -1,7 +1,11 @@
 <?php
-
+/**
+ * @package MediaWiki
+ * @subpackage Templates
+ */
 if( !defined( 'MEDIAWIKI' ) ) die();
 
+/** */
 require_once( 'includes/SkinTemplate.php' );
 
 /**