Popup with a method details doesn't display the method description when it is written after: [code] void someMethod(); /**< This method does something */ [/code] This way of documenting is allowed by doxygen In the same moment, putting description after and member variable works fine: [code] int someVar; /**< This variable is.... */ [/code] Kdevelop 4 supports all kinds of documenting ways and it is quite annoying after switch to newest version. Reproducible: Always
Thank you for reporting this bug in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "CONFIRMED" when replying. Thank you!
It doesn't occur any more. Doxygen comments are properly displayed on hint popup for long time already.