context browser no longer shows relevant documentation?
Milian Wolff
mail at milianw.de
Mon Sep 14 08:31:24 BST 2020
On Samstag, 12. September 2020 15:25:48 CEST René J.V. Bertin wrote:
> 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...
Does this also happen with non-deprecated functions? Maybe the problem is that
the deprecation warning hides/replaces the documentation popup. This is
obviously not ideal as you are indicating, I'm just trying to figure out where
the issue might be coming from.
Cheers
--
Milian Wolff
mail at milianw.de
http://milianw.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20200914/818e1534/attachment.sig>
More information about the KDevelop-devel
mailing list