Index: ppapi/cpp/module.h |
=================================================================== |
--- ppapi/cpp/module.h (revision 95101) |
+++ ppapi/cpp/module.h (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -15,6 +15,10 @@ |
#include "ppapi/c/ppb_core.h" |
#include "ppapi/cpp/core.h" |
+ |
+/// @file |
+/// This file defines a Module object which uniquely identifies the module |
dmichael (off chromium)
2011/08/03 15:50:49
Maybe keep it simple:
'This file defines the Modul
jond
2011/08/03 20:15:08
Done.
|
+/// or .nexe. |
namespace pp { |
class Instance; |