Chromium Code Reviews| Index: src/main.cpp |
| diff --git a/src/main.cpp b/src/main.cpp |
| index 50556f66f645bace991f42c8c6c08a62ad4141bf..7f389aadf12f2ca0d2885e21ddc24d9342e04d8a 100644 |
| --- a/src/main.cpp |
| +++ b/src/main.cpp |
| @@ -6,10 +6,11 @@ |
| // License. See LICENSE.TXT for details. |
| // |
| //===----------------------------------------------------------------------===// |
| -// |
| -// This file defines the entry point for translating PNaCl bitcode into |
| -// native code. |
| -// |
| +/// |
| +/// \file |
| +/// This file defines the entry point for translating PNaCl bitcode into |
| +/// native code. |
| +/// |
| //===----------------------------------------------------------------------===// |
| #include "IceBrowserCompileServer.h" |