- 
    Bug 
- 
    Resolution: Out of scope
- 
    P5: Not important 
- 
    None
- 
    5.0.0
- 
    None
today I need to explicitly add the \readonly tag for it to appear on the docs, even if my property is declared as readonly in qml. e.g.
/*!
\readonly
*/
readonly property int bla
the \readonly tag should not be needed in this case.