Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created December 2, 2009 19:29
Show Gist options
  • Save isaacs/247469 to your computer and use it in GitHub Desktop.
Save isaacs/247469 to your computer and use it in GitHub Desktop.
#!/bin/bash
# run this at the root of your v8 source code, ie, in node/deps/v8
wget "http://v8-users.googlegroups.com/web/Doxyfile?gda=LVhBcjoAAADjrZAE-9R2rMGPaN-Pr3trc4eJPwcNe3RJQO3_Fpk23vxomvRFNBi6i_fp1nzw-Xv97daDQaep90o7AOpSKHW0" -O Doxyfile
doxygen
echo "docs are at: doxygen/index.html"
# or just point your web browser at http://izs.me/v8-docs/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment