forked from qt-creator/qt-creator
analyzer: adjust comment about usage
Change-Id: I17691e3b3b649fa24a553d49868e7440004e09c7 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -63,7 +63,7 @@ class AbstractAnalyzerSubConfig;
|
|||||||
* @code
|
* @code
|
||||||
* bool YourPlugin::initialize(const QStringList &arguments, QString *errorString)
|
* bool YourPlugin::initialize(const QStringList &arguments, QString *errorString)
|
||||||
* {
|
* {
|
||||||
* AnalyzerManager::instance()->addTool(new MemcheckTool(this));
|
* AnalyzerManager::addTool(new MemcheckTool(this));
|
||||||
* return true;
|
* return true;
|
||||||
* }
|
* }
|
||||||
* @endcode
|
* @endcode
|
||||||
|
Reference in New Issue
Block a user