Normalize file docs. NFC.
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Thu, 21 Jul 2016 20:52:35 +0000 (20:52 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Thu, 21 Jul 2016 20:52:35 +0000 (20:52 +0000)
Having the added `\brief` made doxygen interpret it as the summary for
the `llvm` namespace (visible at:
http://llvm.org/doxygen/namespaces.html).

llvm-svn: 276331

llvm/lib/Analysis/IteratedDominanceFrontier.cpp

index 3ab6b5d..d1374ac 100644 (file)
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-/// \brief Compute iterated dominance frontiers using a linear time algorithm.
+// Compute iterated dominance frontiers using a linear time algorithm.
 //
 //===----------------------------------------------------------------------===//