"mlir/lib/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "0fcbbde2c7b02b89503d5d1b631229d64eab7104"
clang-format: fix prefix for doxygen comments after member
Summary: Doxygen supports putting documentation blocks after member, by adding an additional < marker in the comment block. This patch makes sure this marker is used in lines which are introduced by breaking the comment. int foo; ///< Some very long comment. becomes: int foo; ///< Some very long ///< comment. Contributed by @Typz! Reviewers: krasimir Reviewed By: krasimir Subscribers: djasper, klimek, cfe-commits Differential Revision: https://reviews.llvm.org/D33282 llvm-svn: 303330
Loading
Please register or sign in to comment