qdoc: Fixed a regression bug caused by fixing error messages
authorMartin Smith <martin.smith@nokia.com>
Fri, 11 May 2012 11:18:52 +0000 (13:18 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 11 May 2012 13:11:20 +0000 (15:11 +0200)
commit0909c01b2f5d3a466fe6094a501a2893170e2616
tree184c71a9b37da27785cd28b45b1c74482639ead9
parent417fc1f75929d7a6d2d25e0324c6b79d4b1cb530
qdoc: Fixed a regression bug caused by fixing error messages

The C++ code marker is the default code marker. The default
code marker was being called for .qdoc files. But when the
tree nodes were each assigned a location object based on
the location in the source file where the node was built,
the default code marker was no longer used. Instead, the
plain code marker was used. This was wrong. qdoc now knows
to use the C++ code marker for all .qdoc files.

Change-Id: I15a58168db74cc5aa82a1fbccc5b7ece219ec297
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/tools/qdoc/codemarker.cpp
src/tools/qdoc/cppcodemarker.cpp
src/tools/qdoc/cppcodeparser.cpp
src/tools/qdoc/ditaxmlgenerator.cpp
src/tools/qdoc/node.cpp