This repository was archived by the owner on Mar 25, 2018. It is now read-only.
This repository was archived by the owner on Mar 25, 2018. It is now read-only.
V8 auto docs #3
Closed
Description
I'm trying to figure out a good way to add something to our release process to auto-generate the docs for deps/v8
and dump them somewhere online. The intent is to have a folder tree something like /docs/internals/v8/{node_version}
where you can view V8 docs for the relevant node/io.js version.
Challenges:
- A single build is over 1GB.
- Requires doxygen is installed.
- Completion and accuracy of the API reference docs are unknown to me
Perhaps there could be a node service with doxygen and git already installed that watches github releases, checks out the matching commit, runs doxygen, and dumps the resulting files in S3 or something like that? Anyone have any feedback on this idea?
cc: @chrisdickinson
Metadata
Metadata
Assignees
Labels
No labels