doxygen support for comments

Milian Wolff mail at milianw.de
Sun Apr 15 20:53:33 UTC 2012


On Sunday 15 April 2012 15:18:04 David Nolden wrote:
> The simplest way to achieve this would be doing something similar to
> the way macros are dealed in C++.
> 
> It's done by simply analyzing the code under the cursor on demand, and
> detecting "special language objects". See
> CppLanguageSupport::specialLanguageObjectRange,
> specialLanguageObjectJumpCursor and
> specialLanguageObjectNavigationWidget.
> 
> It would be relatively easy to implement:
> 1. Scan the word under the cursor
> 2. Scan the word at the left side of it
> 3. Is it a special doxygen tag? If yes, do something fancy.

Good point, this would indeed by quite simple to implement!

Bye
-- 
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: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20120415/9f5c4b30/attachment.sig>


More information about the KDevelop-devel mailing list