aboutsummaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-05-15 16:40:54 +0000
committerFangrui Song <maskray@google.com>2018-05-15 16:40:54 +0000
commit0e05f05d79f09efd87a0f20a61d348d9ec77fd0d (patch)
treee042112a26350329b295676ad815a1e041fb9ba8 /unittests
parentf8a91f09fc90265ce7f104ed4c0e4aebcfedc693 (diff)
downloadlld-0e05f05d79f09efd87a0f20a61d348d9ec77fd0d.tar.gz
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 git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@332372 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/DriverTests/DarwinLdDriverTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/DriverTests/DarwinLdDriverTest.cpp b/unittests/DriverTests/DarwinLdDriverTest.cpp
index 696be69bc..0c1d779ce 100644
--- a/unittests/DriverTests/DarwinLdDriverTest.cpp
+++ b/unittests/DriverTests/DarwinLdDriverTest.cpp
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
///
/// \file
-/// \brief Darwin's ld driver tests.
+/// Darwin's ld driver tests.
///
//===----------------------------------------------------------------------===//