Fix function level comments that start with /* not /**
[lhc/web/wiklou.git] / includes / media / Generic.php
index 7901fd7..fb8f257 100644 (file)
@@ -48,7 +48,7 @@ abstract class MediaHandler {
         */
        abstract function getParamMap();
 
-       /*
+       /**
         * Validate a thumbnail parameter at parse time.
         * Return true to accept the parameter, and false to reject it.
         * If you return false, the parser will do something quiet and forgiving.