-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.11
-
032bfb14e (dev), a8c486cd6 (dev)
-
DaVinci 128
When using \overload primary with multiple \fn commands in a shared comment block, the first \fn command should become the primary overload and link target. However, QDoc currently marks ALL functions in the block as primary, and reorders them alphabetically by signature, ignoring source order. Example:
/*!
\overload primary
\fn void TestClass::process(int, bool) // Should be primary
\fn void TestClass::process() // Should link to above
*/
- relates to
-
QTBUG-141580 QDoc reports incorrect location for duplicate primary overloads in shared comments
-
- Closed
-
| For Gerrit Dashboard: QTBUG-141581 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 687382,3 | QDoc: Fix duplicate primary location resolution | dev | qt/qttools | Status: MERGED | +2 | 0 |
| 687383,5 | Implement position-dependent primary overload selection | dev | qt/qttools | Status: MERGED | +2 | 0 |