Remove \brief commands from doxygen comments.
authorFangrui Song <maskray@google.com>
Tue, 15 May 2018 16:40:54 +0000 (16:40 +0000)
committerFangrui Song <maskray@google.com>
Tue, 15 May 2018 16:40:54 +0000 (16:40 +0000)
commitc505e0613488467c4da9f648d4114af311f83124
tree50af3d2d69d8605ef8e95ad2524f85dcecd54dbc
parent0efd52487e95f18c88f9c55791d733efccb29079
Remove \brief commands from doxygen comments.

Summary: This is similar to D46290 D46320.

Reviewers: ruiu, grimar

Subscribers: mehdi_amini, llvm-commits

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

llvm-svn: 332372
14 files changed:
lld/include/lld/Common/Version.h
lld/include/lld/Core/DefinedAtom.h
lld/include/lld/Core/File.h
lld/include/lld/Core/Instrumentation.h
lld/include/lld/Core/LinkingContext.h
lld/include/lld/Core/PassManager.h
lld/include/lld/Core/Reader.h
lld/include/lld/Core/Resolver.h
lld/include/lld/Core/Simple.h
lld/include/lld/Core/SymbolTable.h
lld/include/lld/Core/Writer.h
lld/include/lld/ReaderWriter/MachOLinkingContext.h
lld/lib/ReaderWriter/FileArchive.cpp
lld/unittests/DriverTests/DarwinLdDriverTest.cpp