Chromium Code Reviews| Index: src/IceFixups.cpp |
| diff --git a/src/IceFixups.cpp b/src/IceFixups.cpp |
| index 930191094a5751bf8f6aeb4aff46494c4827bff9..de00d23b3362d4732ee94b70053e71571cf52812 100644 |
| --- a/src/IceFixups.cpp |
| +++ b/src/IceFixups.cpp |
| @@ -6,10 +6,11 @@ |
| // License. See LICENSE.TXT for details. |
| // |
| //===----------------------------------------------------------------------===// |
| -// |
| -// This file implements the AssemblerFixup class, a very basic |
| -// target-independent representation of a fixup or relocation. |
| -// |
| +/// |
| +/// \file |
| +/// This file implements the AssemblerFixup class, a very basic |
| +/// target-independent representation of a fixup or relocation. |
| +/// |
| //===----------------------------------------------------------------------===// |
| #include "IceFixups.h" |