diff options
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 |