From c19613276952f5fd13296da47b83430cd693b688 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 1 Apr 2015 00:40:55 +0100 Subject: [PATCH] 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 --- includes/DefaultSettings.php | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.20.1