Commit bfab6da4 authored by jond@google.com's avatar jond@google.com

Some minor doc changes

Review URL: http://codereview.chromium.org/7650020

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96986 0039d316-1c4b-4281-b951-d872f2087c98
parent 4fb2e5cc
......@@ -19,8 +19,8 @@
* <code>ppb.audio.h</code> or
* <code>PPB_GRAPHICS_2D_INTERFACE</code> in <code>ppb_graphics_2d.h</code>.
* Click
* <a href="/chrome/nativeclient/docs/reference/pepperc/
* globals_defs.html" title="macros">here</a> for a complete list of interface
* <a href="/chrome/nativeclient/docs/reference/pepperc/globals_defs.html"
* title="macros">here</a> for a complete list of interface
* names.
*
* This value will be NULL if the interface is not supported on the browser.
......
......@@ -4,7 +4,7 @@
*/
/**
* This file defines the API for receiving input events form the browser.
* This file defines the API for receiving input events from the browser.
*/
label Chrome {
......
......@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
/* From ppb.idl modified Sat Jul 16 16:50:26 2011. */
/* From ppb.idl modified Fri Aug 12 10:40:59 2011. */
#ifndef PPAPI_C_PPB_H_
#define PPAPI_C_PPB_H_
......@@ -33,8 +33,8 @@
* <code>ppb.audio.h</code> or
* <code>PPB_GRAPHICS_2D_INTERFACE</code> in <code>ppb_graphics_2d.h</code>.
* Click
* <a href="/chrome/nativeclient/docs/reference/pepperc/
* globals_defs.html" title="macros">here</a> for a complete list of interface
* <a href="/chrome/nativeclient/docs/reference/pepperc/globals_defs.html"
* title="macros">here</a> for a complete list of interface
* names.
*
* This value will be NULL if the interface is not supported on the browser.
......
......@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
/* From ppp_input_event.idl modified Wed Jul 20 11:12:41 2011. */
/* From ppp_input_event.idl modified Thu Aug 11 16:06:41 2011. */
#ifndef PPAPI_C_PPP_INPUT_EVENT_H_
#define PPAPI_C_PPP_INPUT_EVENT_H_
......@@ -16,7 +16,7 @@
/**
* @file
* This file defines the API for receiving input events form the browser.
* This file defines the API for receiving input events from the browser.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment