Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: native_client_sdk/doc_generated/devguide/devcycle/building.html

Issue 1536883002: [NaCl SDK] Re-generate docs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/doc_generated/devguide/devcycle/building.html
diff --git a/native_client_sdk/doc_generated/devguide/devcycle/building.html b/native_client_sdk/doc_generated/devguide/devcycle/building.html
index a3fd054b19f0605303fcfb19f0e2fb229173475f..12f540fe0e5dced2c49695c793674bfcc26fbd82 100644
--- a/native_client_sdk/doc_generated/devguide/devcycle/building.html
+++ b/native_client_sdk/doc_generated/devguide/devcycle/building.html
@@ -514,10 +514,9 @@ For more detail, see the header <code>include/nacl_io/nacl_io.h</code>.
For an example of how to use nacl_io, see <code>examples/demo/nacl_io_demo</code>.</dd>
<dt>libppapi_simple.a</dt>
<dd>Provides a familiar C programming environment by letting a module have a
-simple entry point that is registered by <code>PPAPI_SIMPLE_REGISTER_MAIN</code>.
-The entry point is similar to the standard C <code>main()</code> function, complete
-with <code>argc</code> and <code>argv[]</code> parameters. For details see
-<code>include/ppapi_simple/ps.h</code>. For an example of
+simple <code>main()</code> entry point. The entry point is similar to the standard C
+<code>main()</code> function, complete with <code>argc</code> and <code>argv[]</code> parameters. For
+details see <code>include/ppapi_simple/ps.h</code>. For an example of
how to use ppapi_simple, <code>see examples/tutorial/using_ppapi_simple</code>.</dd>
</dl>
<aside class="note">
« no previous file with comments | « native_client_sdk/doc_generated/cpp-api-dev.html ('k') | native_client_sdk/doc_generated/pepper_beta/c/globals_defs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698