Chromium Code Reviews| Index: src/IceInst.cpp |
| diff --git a/src/IceInst.cpp b/src/IceInst.cpp |
| index 317232a12256764acd78ca4ad82448077020dded..ecfb1b660f4e5327088373336e9a1582459fa208 100644 |
| --- a/src/IceInst.cpp |
| +++ b/src/IceInst.cpp |
| @@ -6,10 +6,11 @@ |
| // License. See LICENSE.TXT for details. |
| // |
| //===----------------------------------------------------------------------===// |
| -// |
| -// This file implements the Inst class, primarily the various |
| -// subclass constructors and dump routines. |
| -// |
| +/// |
| +/// \file |
| +/// This file implements the Inst class, primarily the various |
| +/// subclass constructors and dump routines. |
| +/// |
| //===----------------------------------------------------------------------===// |
| #include "IceInst.h" |