| Index: src/IceTypeConverter.cpp
|
| diff --git a/src/IceTypeConverter.cpp b/src/IceTypeConverter.cpp
|
| index 4341dcb53b91cbb1945d024ab8a4fce89c986bd6..ec9e37b22bfa9f7c3dc10ce247bd85f362e41bad 100644
|
| --- a/src/IceTypeConverter.cpp
|
| +++ b/src/IceTypeConverter.cpp
|
| @@ -6,10 +6,11 @@
|
| // License. See LICENSE.TXT for details.
|
| //
|
| //===----------------------------------------------------------------------===//
|
| -//
|
| -// This file implements how to convert LLVM types to ICE types, and ICE types
|
| -// to LLVM types.
|
| -//
|
| +///
|
| +/// \file
|
| +/// This file implements how to convert LLVM types to ICE types, and ICE types
|
| +/// to LLVM types.
|
| +///
|
| //===----------------------------------------------------------------------===//
|
|
|
| #include "IceTypeConverter.h"
|
|
|