| Index: src/IceGlobalInits.cpp
|
| diff --git a/src/IceGlobalInits.cpp b/src/IceGlobalInits.cpp
|
| index 1b5085c8f60e83b03fe3923dcc1baf7f54606ed3..c95456c6421af516bc67a66cc6f001a25cf5353b 100644
|
| --- a/src/IceGlobalInits.cpp
|
| +++ b/src/IceGlobalInits.cpp
|
| @@ -6,11 +6,12 @@
|
| // License. See LICENSE.TXT for details.
|
| //
|
| //===----------------------------------------------------------------------===//
|
| -//
|
| -// This file implements the notion of function declarations, global
|
| -// variable declarations, and the corresponding variable initializers
|
| -// in Subzero.
|
| -//
|
| +///
|
| +/// \file
|
| +/// This file implements the notion of function declarations, global
|
| +/// variable declarations, and the corresponding variable initializers
|
| +/// in Subzero.
|
| +///
|
| //===----------------------------------------------------------------------===//
|
|
|
| #include "IceGlobalInits.h"
|
|
|