[PATCH] D45708: [NFC] Remove doxygen brief tag from BasicBlock.h

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 18 01:07:31 PDT 2018


MatzeB added a comment.

I am pretty sure this is not correct: Autobrief is stupid and stops at the first dot or at the line ending AFAIK. This means when the first sentence stretches over more than 1 line you still need need `\brief`. So a bunch of the changes here appear invalid to me, please check the doxygen output and revert if necessary.


Repository:
  rL LLVM

https://reviews.llvm.org/D45708





More information about the llvm-commits mailing list