Chromium Code Reviews| Index: ppapi/cpp/module_impl.h |
| =================================================================== |
| --- ppapi/cpp/module_impl.h (revision 108119) |
| +++ ppapi/cpp/module_impl.h (working copy) |
| @@ -5,6 +5,10 @@ |
| #ifndef PPAPI_CPP_MODULE_IMPL_H_ |
| #define PPAPI_CPP_MODULE_IMPL_H_ |
| +/// @file |
| +/// This file defines some simple function templates that help the C++ wrappers |
| +/// (and are not for external developers to use). |
| + |
| #include "ppapi/cpp/module.h" |
| namespace pp { |