Fix documentation after class rename.

Change-Id: Ib942785d5d3bae43d7f32be6144cd09562ff0bdd
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Nicolas Arnaud-Cormos
2012-03-12 20:27:25 -07:00
committed by hjk
parent e2cec6bd81
commit 740a6c7dad

View File

@@ -157,7 +157,7 @@ private:
* To access your custom configuration use:
* @code
* ProjectExplorer::RunConfiguration *rc = ...;
* rc->extraAspect<AnalyzerProjectSettings>()->subConfig<YourProjectConfig>()->...
* rc->extraAspect<AnalyzerRunConfigurationAspect>()->subConfig<YourProjectConfig>()->...
* @endcode
*/
class ANALYZER_EXPORT AnalyzerRunConfigurationAspect