Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1002 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 1002 Bytes

About

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.

This is not the official v8 repository. The v8 is not ours, it's an open-source project developed by Google.

Contribute

Please: If you find this reference out-dated don't hesitate to create a pull-request:

  1. Fork the project
  2. 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.