context browser no longer shows relevant documentation?

RenĂ© J.V. Bertin <[email protected]> Sat, 12 Sep 2020 15:25:48 +0200
Newsgroups gmane.comp.kde.devel.kdevelop
Message-ID <41024385.V7Tkpv8cQN@bola>
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
context browser popup (image/png, 80 KB) - not displayed