-
Suggestion
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
4e84f1de7 (dev), 11973eda3 (6.10), bf2e4e93f (dev), e3ca972ed (6.10)
-
DaVinci 121
QTBUG-138492 was caused by the following phenomenon.
This source code:
//! [0] int MyClass::myFunc() { return 42; } //! [0]
...would get rendered in the qdoc output like this:
int MyClass::myFunc() { return 42; }
Suggestion
Detect and warn of such cases, because the //! markers need to reduce their indentation levels.
- resulted from
-
QTBUG-138492 qdoc: Snippet indentation issues
-
- Closed
-