D12220: [RFC] Beautify declaration navigation context by parsing doxygen commands
Milian Wolff
noreply at phabricator.kde.org
Mon Apr 16 11:26:05 UTC 2018
mwolff added a comment.
There's qdoc, doxypress, proprietary custom formatting styles... Comments are free form after all, anything might be in there.
Re parsing whole comment instead of lines: That's a good idea, but you probably don't want to parse using regular expressions, since this can still be error prone (think about code blocks - you don't want to touch their contents).
I personally dislike having a separate setting for this. Overall, imo, I really think we should instead fix clang upstream so that we can re-enable this feature as we got it through libclang. See also:
https://phabricator.kde.org/D8857
https://bugs.llvm.org/show_bug.cgi?id=35333
REPOSITORY
R32 KDevelop
REVISION DETAIL
https://phabricator.kde.org/D12220
To: progwolff, #kdevelop
Cc: mwolff, croick, kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20180416/afef044c/attachment-0001.html>
More information about the KDevelop-devel
mailing list