Chromium Code Reviews| Index: src/main.cpp |
| diff --git a/src/main.cpp b/src/main.cpp |
| index c5ee1e4cf43b01b68bfd3bb95005482e4c253d65..a6cb49094d56c68b0c1551dda3de01a5e8ed80d1 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" |