Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.4.0
-
Fix Version/s: 5.5.0 Alpha
-
Component/s: Documentation
-
Labels:None
-
Commits:ef84fbec8fa49b53d9a9187b9c7ad8927624e512
Description
In a qml file when you write a function documentation like:
\qmlmethod string TextArea::getFormattedText(int start, int end)
You would expect the return type "string" to be printed in the method description (this is the case when qmlmethod is used in a cpp file)
However, this is not the case.
See the current TextArea::getFormattedText documentation:
http://doc-snapshot.qt-project.org/qt5-5.4/qml-qtquick-controls-textarea.html#getFormattedText-method
Attachments
Issue Links
- is required for
-
QTBUG-43865 Qt 5.5 Documentation Issues [meta]
-
- Closed
-