llvm-project/clang-tools-extra/clang-tidy/objc
Dmitri Gribenko 282dc72c8b Remove \brief commands from doxygen comments.
Summary:
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

[This is analogous to LLVM r331272 and CFE r331834]

Subscribers: srhines, nemanjai, javed.absar, kbarton, MaskRay, jkorous, arphaman, jfb, kadircet, jsji, cfe-commits

Tags: #clang

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

llvm-svn: 369643
2019-08-22 11:32:57 +00:00
..
AvoidNSErrorInitCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
AvoidNSErrorInitCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
AvoidSpinlockCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
AvoidSpinlockCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
CMakeLists.txt [clang-tidy] Add a check for [super self] in initializers 🔍 2019-04-17 22:29:06 +00:00
ForbiddenSubclassingCheck.cpp [clang-tidy] Migrate objc-forbidden-subclassing to use isDerivedFrom 🚛 2019-08-16 01:52:17 +00:00
ForbiddenSubclassingCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
ObjCTidyModule.cpp [clang-tidy] Add a check for [super self] in initializers 🔍 2019-04-17 22:29:06 +00:00
PropertyDeclarationCheck.cpp Update property prefix regex to allow numbers. 2019-02-20 17:32:41 +00:00
PropertyDeclarationCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
SuperSelfCheck.cpp Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
SuperSelfCheck.h [clang-tidy] Add a check for [super self] in initializers 🔍 2019-04-17 22:29:06 +00:00