diff options
author | eliben@chromium.org <eliben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-17 17:58:36 +0000 |
---|---|---|
committer | eliben@chromium.org <eliben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-17 17:58:36 +0000 |
commit | 0245cc8d568f501788463a85447ec3113c136da4 (patch) | |
tree | 28d02fa2fc2b95f3aae7d559a480375f15c6ada8 /native_client_sdk | |
parent | 7b826126e0957b4869d5de5c6a765be1424cc5e8 (diff) | |
download | chromium_src-0245cc8d568f501788463a85447ec3113c136da4.zip chromium_src-0245cc8d568f501788463a85447ec3113c136da4.tar.gz chromium_src-0245cc8d568f501788463a85447ec3113c136da4.tar.bz2 |
Added devguide/coding/index.rst
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3634
R=binji@chromium.org
Review URL: https://codereview.chromium.org/27742002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229178 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk')
-rw-r--r-- | native_client_sdk/src/doc/devguide/coding/index.rst | 9 | ||||
-rw-r--r-- | native_client_sdk/src/doc/index.rst | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/native_client_sdk/src/doc/devguide/coding/index.rst b/native_client_sdk/src/doc/devguide/coding/index.rst new file mode 100644 index 0000000..796fbb0 --- /dev/null +++ b/native_client_sdk/src/doc/devguide/coding/index.rst @@ -0,0 +1,9 @@ +.. _coding: + +####################### +Coding Your Application +####################### + +This section of the Developer's Guide describes important concepts that would be +useful to understand in order to code your application---e.g., how an +application is structured, and how to use the Pepper APIs. diff --git a/native_client_sdk/src/doc/index.rst b/native_client_sdk/src/doc/index.rst index 4ece072..2f49177 100644 --- a/native_client_sdk/src/doc/index.rst +++ b/native_client_sdk/src/doc/index.rst @@ -25,6 +25,7 @@ Contents: devguide/devcycle/debugging.rst devguide/devcycle/vs-addin.rst devguide/devcycle/dynamic-loading.rst + devguide/coding/index.rst devguide/coding/3D-graphics.rst devguide/coding/audio.rst devguide/coding/application-structure.rst |