Drop deprecated \brief Doxygen directive

\brief is a stupid feature that we should stop using:
https://lists.llvm.org/pipermail/llvm-dev/2015-May/085152.html
This commit is contained in:
Pietro Fezzardi
2022-03-21 17:40:46 +01:00
parent 68e1a5cdea
commit 9f1bbc8b49
54 changed files with 200 additions and 202 deletions
@@ -2,7 +2,7 @@
// Copyright rev.ng Srls. See LICENSE.md for details.
//
/// \brief Dataflow analysis to identify which Instructions must be serialized
/// Dataflow analysis to identify which Instructions must be serialized
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/Instruction.h"