| Index: src/IceClFlagsExtra.h
|
| diff --git a/src/IceClFlagsExtra.h b/src/IceClFlagsExtra.h
|
| index 2204414c6e2587d97ba016dcb51ce790a8bc2ca0..9f9983c549bf6d0ce71ef2deec52574993e05cab 100644
|
| --- a/src/IceClFlagsExtra.h
|
| +++ b/src/IceClFlagsExtra.h
|
| @@ -8,7 +8,7 @@
|
| //===----------------------------------------------------------------------===//
|
| ///
|
| /// \file
|
| -/// \brief Declares command line flags primarily used for non-minimal builds.
|
| +/// \brief Defines class Ice::ClFlagsExtra
|
| ///
|
| //===----------------------------------------------------------------------===//
|
|
|
| @@ -25,6 +25,7 @@
|
|
|
| namespace Ice {
|
|
|
| +/// Declares command line flags primarily used for non-minimal builds.
|
| class ClFlagsExtra {
|
| ClFlagsExtra(const ClFlagsExtra &) = delete;
|
| ClFlagsExtra &operator=(const ClFlagsExtra &) = delete;
|
|
|