| Index: native_client_sdk/src/examples/hello_world_stdio/example.dsc
|
| diff --git a/native_client_sdk/src/examples/hello_world_stdio/example.dsc b/native_client_sdk/src/examples/hello_world_stdio/example.dsc
|
| index bc887275e79e3989423feac881b325b987443af9..d0737bdc205ae5043d01712847f817a952f05214 100644
|
| --- a/native_client_sdk/src/examples/hello_world_stdio/example.dsc
|
| +++ b/native_client_sdk/src/examples/hello_world_stdio/example.dsc
|
| @@ -14,15 +14,6 @@
|
| 'DEST': 'examples',
|
| 'NAME': 'hello_world_stdio',
|
| 'TITLE': 'Hello World STDIO.',
|
| - 'DESC': """
|
| -
|
| - The Hello World Stdio example is the simplest one in the SDK. It uses the
|
| -ppapi_main library which creates an Module and Instance, using default values
|
| -to simplify setup and communication with the PPAPI system. In addition, it
|
| -uses the nacl_io library to remap IO to the Pepper API. This
|
| -simplifies IO by providing a standard blocking API and allowing STDERR to go to
|
| -the JavaScript console by default.""",
|
| - 'FOCUS': 'Basic HTML, JavaScript, Minimal App.',
|
| 'GROUP': 'Tools'
|
| }
|
|
|
|
|