| Index: src/IceClFlags.cpp
|
| diff --git a/src/IceClFlags.cpp b/src/IceClFlags.cpp
|
| index 6966210e4dce3ddf84c761a90eaa09b23ceabe8e..b922d4000388748b1aa17f500811010cf3dafaac 100644
|
| --- a/src/IceClFlags.cpp
|
| +++ b/src/IceClFlags.cpp
|
| @@ -8,9 +8,10 @@
|
| //===----------------------------------------------------------------------===//
|
| ///
|
| /// \file
|
| -/// This file defines commandline flags parsing. This currently relies on
|
| -/// llvm::cl to parse. In the future, the minimal build can have a simpler
|
| -/// parser.
|
| +/// \brief Defines commandline flags parsing.
|
| +///
|
| +/// This currently relies on llvm::cl to parse. In the future, the minimal build
|
| +/// can have a simpler parser.
|
| ///
|
| //===----------------------------------------------------------------------===//
|
|
|
|
|