This project is intended to be an up-to-date reference for developers using the Google v8 api. The reference is automatically created by doxygen.
Current v8 version of this doc is 7.2.502.16
This is not the official v8 repository. The v8 is not ours, it's an open-source project developed by Google.
Please: If you find this reference out-dated don't hesitate to create a pull-request:
- Fork the project
git clone https://github.com/<your username>/v8-docs.git
Then:
git checkout gh-pages
git submodule init
git submodule foreach git pull
doxygen
doxygen automatically pulls the Doxyfile
and generates the docs. If
you don't have doxygen: There are ready-to-use binaries for
every major platform.