Skip to content

Commit

Permalink
Set up doc-comments and doxygen
Browse files Browse the repository at this point in the history
 - Add doc-comments to a few of the classes in napi.h
 - Add a doxygen config file
  • Loading branch information
jasongin committed May 3, 2017
1 parent 97bc4c1 commit dbc568a
Show file tree
Hide file tree
Showing 4 changed files with 2,650 additions and 153 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ To use N-API in a native module:

At build time, the N-API back-compat library code will be used only when the targeted node version *does not* have N-API built-in.

See the [main project README](
https://github.com/nodejs/abi-stable-node/blob/doc/README.md)
See the [main project README](https://github.com/nodejs/abi-stable-node/)
for more details about N-API.
1 change: 1 addition & 0 deletions doc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/html
Loading

0 comments on commit dbc568a

Please sign in to comment.