-
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
-