Commit cb0d47b6 by Reed Kotler Committed by Jim Stichnoth

cleanup doxygen for IceClFlags.h

BUG= R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1527173002 . Patch from Reed Kotler <rkotlerimgtec@gmail.com>.
parent 6da7ae2b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment