llvm-project/clang/lib
Adrian Prantl 9fc8faf9e6 Remove \brief commands from doxygen comments.
This is similar to the LLVM change https://reviews.llvm.org/D46290.

We've been running doxygen with the autobrief option for a couple of
years now. This makes the \brief markers into our comments
redundant. Since they are a visual distraction and we don't want to
encourage more \brief markers in new code either, this patch removes
them all.

Patch produced by

for i in $(git grep -l '\@brief'); do perl -pi -e 's/\@brief //g' $i & done
for i in $(git grep -l '\\brief'); do perl -pi -e 's/\\brief //g' $i & done

Differential Revision: https://reviews.llvm.org/D46320

llvm-svn: 331834
2018-05-09 01:00:01 +00:00
..
ARCMigrate Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
AST Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
ASTMatchers Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Analysis Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Basic Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
CodeGen Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Edit Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Format Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Frontend Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
FrontendTool Make a build bot happy. 2018-02-10 14:26:53 +00:00
Headers Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Index Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Lex Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Parse Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Rewrite Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Sema Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Serialization Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
StaticAnalyzer Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Tooling Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00