0
Commit Graph

6 Commits

Author SHA1 Message Date
3d71a3cd45 [NaCl SDK] Fix common misspellings
Bug: 750830
Change-Id: I30baf7f3042d318e1d460b0af8628369c4fdfe10
Reviewed-on: https://chromium-review.googlesource.com/602246
Commit-Queue: Julien Brianceau <jbriance@cisco.com>
Reviewed-by: Sam Clegg <sbc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#492085}
2017-08-04 18:45:10 +00:00
720c608e52 Add migration to WebAssembly information to PNaCl / NaCl docs.
BUG=None
R=laforge@chromium.org,binji@chromium.org,sbc@chromium.org,rockot@chromium.org

Review-Url: https://codereview.chromium.org/2875303003
Cr-Commit-Position: refs/heads/master@{#475662}
2017-05-30 20:51:40 +00:00
sbc
c993138c3d [NaCl SDK] Cleanup references to old newlib toolchain
- remove references from the docs
- don't build newlib SDK componenes
- remove newlib as a valid toolchain in the build system
- remove use_sysroot=1 setting (this is now the default)
- remove old/unused dsc2gyp.py script
- regenerate docs

CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_nacl_sdk;tryserver.chromium.mac:mac_nacl_sdk

Review URL: https://codereview.chromium.org/1655873003

Cr-Commit-Position: refs/heads/master@{#373024}
2016-02-02 20:46:12 +00:00
sbc
64c8dbe5de [NaCl SDK] Re-generate docs
Add check for doxygen version of build script since
we require a specific version (sadly).

Review URL: https://codereview.chromium.org/1536883002

Cr-Commit-Position: refs/heads/master@{#365977}
2015-12-18 01:51:45 +00:00
ae508b24f3 [NaCl SDK Docs] Update Pepper docs to latest.
BUG=none
R=jpmedley@chromium.org
R=sbc@chromium.org

Review URL: https://codereview.chromium.org/901083002

Cr-Commit-Position: refs/heads/master@{#314849}
2015-02-05 19:16:32 +00:00
7fba159294 [NaCl SDK Docs] Fix many issues with the doc generator.
* It was broken after the git switch (it used SVN internally)
* Generate Pepper indexes to
  c-api-{channel} instead of pepper_{channel}/c

This relies on using Doxygen 1.7.6.1, which was installed by default on Lucid. Doxygen 1.8 does not work, and maybe never will.

You can set the DOXYGEN environment variable to point to a good version of doxygen.

No trybots because it is a documentation generation only change. I tested locally to ensure this wouldn't break stuff.

BUG=none
TEST=local
NOTRY=true
R=sbc@chromium.org

Review URL: https://codereview.chromium.org/591683002

Cr-Commit-Position: refs/heads/master@{#302127}
2014-10-30 19:20:59 +00:00