Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.3
-
None
-
13
-
Da Vinci sprint 43
Description
QDoc attempts to style both generated autolinks and explicit \l links to functions in a specific way; "\l foo()" is rendered in html as
<a href="page.html#foo">foo</a>()
I.e. '()' are moved outside the link. But this breaks in some other cases, e.g.
\l
{foo()}{The foo() function}
Results in
<a href="page.html#foo">The foo</a>() function
The link text is cut at '()' which was not intended.
Attachments
For Gerrit Dashboard: QTBUG-97949 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
379605,3 | qdoc: Improve link text formatting | dev | qt/qttools | Status: MERGED | +2 | 0 |
379731,2 | qdoc: Improve link text formatting | 6.2 | qt/qttools | Status: MERGED | +2 | 0 |