Doc: Add documentation stubs for all existing QmlJS checks.

Change-Id: I9f068ca358702f4033b21f64d5eee155d2580b83
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
Christian Kamm
2011-12-07 15:04:23 +01:00
parent 852b2a948f
commit 9c88ae5a08
3 changed files with 368 additions and 30 deletions

View File

@@ -72,6 +72,8 @@ public:
StaticAnalysisMessages::StaticAnalysisMessages()
{
// When changing a message or severity, update the documentation, currently
// in creator-editors.qdoc, accordingly.
newMsg(ErrInvalidEnumValue, Error,
tr("invalid value for enum"));
newMsg(ErrEnumValueMustBeStringOrNumber, Error,
@@ -165,7 +167,7 @@ StaticAnalysisMessages::StaticAnalysisMessages()
newMsg(ErrUnknownComponent, Error,
tr("unknown component"));
newMsg(ErrCouldNotResolvePrototypeOf, Error,
tr("could not resolve the prototype '%1'' of '%2'"), 2);
tr("could not resolve the prototype '%1' of '%2'"), 2);
newMsg(ErrCouldNotResolvePrototype, Error,
tr("could not resolve the prototype '%1'"), 1);
newMsg(ErrPrototypeCycle, Error,