DefaultSettings: Fix doxygen warning for missing @endcond
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 31 Mar 2015 23:40:55 +0000 (00:40 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 31 Mar 2015 23:40:55 +0000 (00:40 +0100)
Follows-up r67733 which fixed this, but it got lost in the meantime.

> /includes/DefaultSettings.php:46:
>  warning: Conditional section with label file_level_code does not have
>  a corresponding @endcond command within this file.

Change-Id: If7cfe278c50e1639ef2662ba87c85426a964c22f

includes/DefaultSettings.php

index 5ab557e..99acd3f 100644 (file)
@@ -52,6 +52,8 @@ if ( !defined( 'MEDIAWIKI' ) ) {
        die( 1 );
 }
 
+/** @endcond */
+
 /**
  * wgConf hold the site configuration.
  * Not used for much in a default install.