| Index: src/IceOperand.cpp
|
| diff --git a/src/IceOperand.cpp b/src/IceOperand.cpp
|
| index 60a73d9bed1a3caf6d8dfb6a440b83aae58e7dcb..0d739ca4540415a91801169bf9aa169a0abbf440 100644
|
| --- a/src/IceOperand.cpp
|
| +++ b/src/IceOperand.cpp
|
| @@ -6,10 +6,11 @@
|
| // License. See LICENSE.TXT for details.
|
| //
|
| //===----------------------------------------------------------------------===//
|
| -//
|
| -// This file implements the Operand class and its target-independent
|
| -// subclasses, primarily for the methods of the Variable class.
|
| -//
|
| +///
|
| +/// \file
|
| +/// This file implements the Operand class and its target-independent
|
| +/// subclasses, primarily for the methods of the Variable class.
|
| +///
|
| //===----------------------------------------------------------------------===//
|
|
|
| #include "IceOperand.h"
|
|
|