-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Fixed
-
Affects Version/s: 5.15.1
-
Fix Version/s: 6.0.0
-
Component/s: QML: Tooling
-
Platform/s:
When using qmlformat on a QML file that has qdoc style comments it will misplace the comments even if they are attached. So anything like:
/*! This is a comment */ function updateUI() { }
will cause the comment to be moved elsewhere. Whereas it should stay attached to the function.