diff options
author | Martin Smith <martin.smith@theqtcompany.com> | 2016-03-03 14:40:57 +0100 |
---|---|---|
committer | Jake Petroules <jake.petroules@theqtcompany.com> | 2016-03-04 22:42:20 +0000 |
commit | 2d07f5db4273d4aea7b9f9d924fdd84ce992052d (patch) | |
tree | ce4eb9171143ea047b495cadf891b9b9121894c9 /src/qdoc/cppcodeparser.cpp | |
parent | 2d02c495f2f8b5b9f944545d3d28f2660fbb4582 (diff) | |
download | qttools-2d07f5db4273d4aea7b9f9d924fdd84ce992052d.tar.gz |
qdoc: Fix link disambiguation
The link command allows a qualifier in square brackets,
which tells qdoc the specific kind of page that must be
found to satisfy the link. The square bracket parameter
was being ignored in one case, because it wasn't being
passed to a certain search function. This update passes
that parameter to the search function, and the search
function uses it to disqualify pages that should not be
accepted.
This fix causes qdoc to add 4 new qdoc errors when
generating the docs for my Qt5 installation. I don't
know what these are, but I suspect they are real errors
that qdoc was not reporting because the square bracket
parameter was being ignored in this case.
Change-Id: I45f1fd43039df7bb048711fc5b752a71a006e5de
Task-number: QTBUG-51587
Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/qdoc/cppcodeparser.cpp')
0 files changed, 0 insertions, 0 deletions