qdoc: Fixed qdoc error messages
authorMartin Smith <martin.smith@nokia.com>
Tue, 8 May 2012 11:13:14 +0000 (13:13 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 9 May 2012 00:28:44 +0000 (02:28 +0200)
commit025d544caa93afd2bc9af5f0bf8cebd2d988cc24
tree72b64e4a1cb7b920a81a2031932534091afdc47d
parent3db8f5fbb381f009b111cd91af30bfa9bf159a5d
qdoc: Fixed qdoc error messages

qdoc prints many error messages without including the
source file path and the line number for where the error
occurs. This makes it difficult to find the place to
fix the error. This update corrects some of those error
messages. Further updates will fix the others.

Change-Id: I9c0eed96482c61643a2d83c5135368413e63ae52
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/tools/qdoc/codeparser.cpp
src/tools/qdoc/codeparser.h
src/tools/qdoc/cppcodeparser.cpp
src/tools/qdoc/cppcodeparser.h
src/tools/qdoc/ditaxmlgenerator.cpp
src/tools/qdoc/doc.cpp
src/tools/qdoc/doc.h
src/tools/qdoc/htmlgenerator.cpp
src/tools/qdoc/node.cpp
src/tools/qdoc/node.h
src/tools/qdoc/qmlvisitor.cpp