Changing comments layout preparing for generated documentation with Phpdocumentor
[lhc/web/wiklou.git] / includes / SpecialSearch.php
index ad815a1..acaa729 100644 (file)
@@ -1,6 +1,4 @@
 <?php
-# Token special page for marking search requests properly in the skin.
-# 
 # Copyright (C) 2004 Brion Vibber <brion@pobox.com>
 # http://www.mediawiki.org/
 # 
 # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 # http://www.gnu.org/copyleft/gpl.html
 
+/**
+ * Token special page for marking search requests properly in the skin.
+ */
+
+/**
+ * constructor
+ */
 function wfSpecialSearch( $par ) {
        global $wgOutput;
        require_once( 'SearchEngine.php' );
@@ -28,4 +33,4 @@ function wfSpecialSearch( $par ) {
 
 # Hey, it could be worse. It could be /bin/true on Solaris!
 
-?>
\ No newline at end of file
+?>