Skip to content
Commit 0efef224 authored by Bernd Buschinski's avatar Bernd Buschinski
Browse files

This fixes the comment formatting for the Doxygen variants:

* "//!<"
* "/\*!<"
* "/\*\*<"
* "//!"
* "/\*!"
* "///<"

and it keeps the extra "\*" as well as "<" that are part of the comment, which the previous implementation discarded.

NOTE: We are NOT using clang_Cursor_getParsedComment because of https://bugs.llvm.org/show_bug.cgi?id=35333 , that is why we use this for C/C++ comment parsing.

Also, reformat stringhelper tests to improve the readability.
parent 811ae812
Pipeline #13724 failed with stage
in 1 hour and 1 second
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment