Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.15.1
Description
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.