Merge "Remove the strong formatting for 'revdelete-suppress'"
[lhc/web/wiklou.git] / includes / profiler / ProfileSection.php
index 68ef668..d787edb 100644 (file)
@@ -35,9 +35,10 @@ class ProfileSection {
         * the same moment that the function to be profiled terminates.
         *
         * This is typically called like:
-        * <code>$section = new ProfileSection( __METHOD__ );</code>
+        * @code$section = new ProfileSection( __METHOD__ );@endcode
         *
         * @param string $name Name of the function to profile
         */
-       public function __construct( $name ) {}
+       public function __construct( $name ) {
+       }
 }