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

Unified Diff: native_client_sdk/doc_generated/reference/nacl-manifest-format.html

Issue 394283002: [NaCl SDK]: Docs -- fix typo in nacl manifest specification (missing "portable") (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months 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
« no previous file with comments | « no previous file | native_client_sdk/src/doc/reference/nacl-manifest-format.rst » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/doc_generated/reference/nacl-manifest-format.html
diff --git a/native_client_sdk/doc_generated/reference/nacl-manifest-format.html b/native_client_sdk/doc_generated/reference/nacl-manifest-format.html
index 763244f3740aee7b169f415a5458be659a8aa920..340913d3bf1d7691e63463f6b4d29971c3269ff7 100644
--- a/native_client_sdk/doc_generated/reference/nacl-manifest-format.html
+++ b/native_client_sdk/doc_generated/reference/nacl-manifest-format.html
@@ -61,20 +61,23 @@ section for the rules on URL resolution.</p>
<pre class="prettyprint">
{
&quot;program&quot;: {
- &quot;pnacl-translate&quot;: {
- // url is required
- &quot;url&quot;: &quot;url_to_my_pexe&quot;,
+ &quot;portable&quot;: {
+ // Required
+ &quot;pnacl-translate&quot;: {
+ // url is required
+ &quot;url&quot;: &quot;url_to_my_pexe&quot;,
- // optlevel is optional
- &quot;optlevel&quot;: 2
- },
- // pnacl-debug is optional
- &quot;pnacl-debug&quot;: {
- // url is required
- &quot;url&quot;: &quot;url_to_my_bitcode_bc&quot;,
+ // optlevel is optional
+ &quot;optlevel&quot;: 2
+ },
+ // pnacl-debug is optional
+ &quot;pnacl-debug&quot;: {
+ // url is required
+ &quot;url&quot;: &quot;url_to_my_bitcode_bc&quot;,
- // optlevel is optional
- &quot;optlevel&quot;: 0
+ // optlevel is optional
+ &quot;optlevel&quot;: 0
+ }
}
}
}
« no previous file with comments | « no previous file | native_client_sdk/src/doc/reference/nacl-manifest-format.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698