From: Timo Tijhof Date: Tue, 31 Mar 2015 23:40:55 +0000 (+0100) Subject: DefaultSettings: Fix doxygen warning for missing @endcond X-Git-Tag: 1.31.0-rc.0~11870^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=c19613276952f5fd13296da47b83430cd693b688;p=lhc%2Fweb%2Fwiklou.git DefaultSettings: Fix doxygen warning for missing @endcond 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 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5ab557eb8a..99acd3f320 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -52,6 +52,8 @@ if ( !defined( 'MEDIAWIKI' ) ) { die( 1 ); } +/** @endcond */ + /** * wgConf hold the site configuration. * Not used for much in a default install.