context browser no longer shows relevant documentation?
René J.V. Bertin
rjvbertin at gmail.com
Sat Sep 12 14:25:48 BST 2020
Hi,
I think I've been noticing this for a while, so I'll put the question like this: when did the context browser stop showing relevant information from (all) doxygen comments from included headerfiles? Is this controlled through an option somewhere that I've overlooked?
For example, kstandarddirs.h has
```
/**
* Checks for existence and accessability of a file or directory.
* Faster than creating a QFileInfo first.
* @param fullPath the path to check. IMPORTANT: must end with a slash if expected to be a directory
* (and no slash for a file, obviously).
* @return @c true if the directory exists, @c false otherwise
* @deprecated since 5.0, use QFile::exists or QFileInfo::isFile()/isDir() to be more precise.
*/
#ifndef KDELIBS4SUPPORT_NO_DEPRECATED
KDELIBS4SUPPORT_DEPRECATED static bool exists(const QString &fullPath);
#endif
```
but I only get the context browser popup as shown in the attachment. Not having to switch to the headerfile to confirm what to replace the deprecated statement with would be nice...
R
-------------- next part --------------
A non-text attachment was scrubbed...
Name: context browser popup
Type: image/png
Size: 81931 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20200912/18cab47c/attachment-0001.png>
More information about the KDevelop-devel
mailing list