diff options
author | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-30 19:57:36 +0000 |
---|---|---|
committer | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-30 19:57:36 +0000 |
commit | de57284de0957887c87e4269cb2cdfe0312dd875 (patch) | |
tree | 17285ed86b2ce9fe8afaae9b0f9388d662c2e183 /ppapi/c/pp_instance.h | |
parent | 9a31e7f2ee3c632f829cd34490ba22995c401291 (diff) | |
download | chromium_src-de57284de0957887c87e4269cb2cdfe0312dd875.zip chromium_src-de57284de0957887c87e4269cb2cdfe0312dd875.tar.gz chromium_src-de57284de0957887c87e4269cb2cdfe0312dd875.tar.bz2 |
Rewrote a little, adding some formatting.
Review URL: http://codereview.chromium.org/7273072
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91183 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/pp_instance.h')
-rw-r--r-- | ppapi/c/pp_instance.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ppapi/c/pp_instance.h b/ppapi/c/pp_instance.h index 500df2b..458c92b 100644 --- a/ppapi/c/pp_instance.h +++ b/ppapi/c/pp_instance.h @@ -20,12 +20,12 @@ */ /** - * The PP_Instance value uniquely identifies one instance of a module - * (.nexe/PP_Module). There will be one module instance for every + * The <code>PP_Instance</code> value uniquely identifies one instance of a + * module (.nexe/PP_Module). There will be one module instance for every * \<embed> tag on a page. * - * This identifier is an opaque handle assigned by the browser to the module. It - * is guaranteed never to be 0, so a module can initialize it to 0 to + * This identifier is an opaque handle assigned by the browser to the module. + * It is guaranteed never to be 0, so a module can initialize it to 0 to * indicate a "NULL handle." */ typedef int32_t PP_Instance; |