Add comment to ConfigurationManager::CheckUnused()
authorAleksei Vereshchagin <avereschagin@dev.rtsoft.ru>
Tue, 3 Apr 2018 23:55:26 +0000 (02:55 +0300)
committerAleksei Vereshchagin <avereschagin@dev.rtsoft.ru>
Wed, 4 Apr 2018 13:04:54 +0000 (16:04 +0300)
src/config/configurationmanager.h

index d0947c4..5e7c2d4 100644 (file)
@@ -76,6 +76,7 @@ public:
     // Get configuration from the Global Area.
     ProfilerConfig FetchProfilerConfig() const;
 
+    // Check if file configuration have unused parameters.
     bool CheckUnused() const;
 
 private: