llvm-project/clang/lib/ARCMigrate
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
..
ARCMT.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
ARCMTActions.cpp [Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr. 2016-02-07 19:28:36 +00:00
CMakeLists.txt
FileRemapper.cpp Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 10:39:27 +00:00
Internals.h
ObjCMT.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
PlistReporter.cpp PR37189 Fix incorrect end source location and spelling for a split '>>' token. 2018-04-30 05:25:48 +00:00
TransAPIUses.cpp
TransARCAssign.cpp
TransAutoreleasePool.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
TransBlockObjCVariable.cpp
TransEmptyStatementsAndDealloc.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
TransGCAttrs.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
TransGCCalls.cpp
TransProperties.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
TransProtectedScope.cpp
TransRetainReleaseDealloc.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
TransUnbridgedCasts.cpp PR37189 Fix incorrect end source location and spelling for a split '>>' token. 2018-04-30 05:25:48 +00:00
TransUnusedInitDelegate.cpp
TransZeroOutPropsInDealloc.cpp
TransformActions.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Transforms.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Transforms.h Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00