From 025d544caa93afd2bc9af5f0bf8cebd2d988cc24 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Tue, 8 May 2012 13:13:14 +0200 Subject: 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 --- src/tools/qdoc/cppcodeparser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tools/qdoc/cppcodeparser.h') diff --git a/src/tools/qdoc/cppcodeparser.h b/src/tools/qdoc/cppcodeparser.h index 74abb994d9a..0f4b5119d6a 100644 --- a/src/tools/qdoc/cppcodeparser.h +++ b/src/tools/qdoc/cppcodeparser.h @@ -88,12 +88,12 @@ protected: virtual QSet topicCommands(); virtual Node *processTopicCommand(const Doc& doc, const QString& command, - const QString& arg); + const ArgLocPair& arg); #ifdef QDOC_QML // might need to implement this in QsCodeParser as well. virtual Node *processTopicCommandGroup(const Doc& doc, const QString& command, - const QStringList& args); + const ArgList& args); bool splitQmlPropertyArg(const Doc& doc, const QString& arg, QString& type, @@ -109,7 +109,7 @@ protected: virtual QSet otherMetaCommands(); virtual void processOtherMetaCommand(const Doc& doc, const QString& command, - const QString& arg, + const ArgLocPair& argLocPair, Node *node); void processOtherMetaCommands(const Doc& doc, Node *node); -- cgit v1.2.3