Documenting QmlJS error message

I also fixed the "."

Change-Id: I65cdc6be8b2de31af411d1172780281afd20a4f9
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2016-10-26 18:19:49 +02:00
committed by Tim Jenssen
parent 55db42fe2c
commit 6eddf41886
2 changed files with 7 additions and 1 deletions

View File

@@ -554,6 +554,12 @@
\row
\li M208
\li Error
\li This id might be ambiguous and is not supported in the \QMLD.
\li
\row
\li M209
\li Error
\li This type (type name) is not supported as a root element by \QMLD.
\li

View File

@@ -221,7 +221,7 @@ StaticAnalysisMessages::StaticAnalysisMessages()
newMsg(WarnStatesOnlyInRootItemForVisualDesigner, Warning,
tr("Qt Quick Designer only supports states in the root item."));
newMsg(ErrInvalidIdeInVisualDesigner, Error,
tr("This id might be ambiguous and is not supported in the Qt Quick Designer"));
tr("This id might be ambiguous and is not supported in the Qt Quick Designer."));
newMsg(WarnAboutQtQuick1InsteadQtQuick2, Warning,
tr("Using Qt Quick 1 code model instead of Qt Quick 2."));
newMsg(ErrUnsupportedRootTypeInVisualDesigner, Error,