Skip to content

Commit

Permalink
Update initial beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyslu committed Nov 4, 2017
1 parent 691cb2d commit 302057d
Show file tree
Hide file tree
Showing 38 changed files with 171,512 additions and 429 deletions.
5 changes: 5 additions & 0 deletions demo/demo.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const docoGen_UI = require('../main');

docoGen_UI.generate_html_ex(__dirname + '/script', __dirname + '/dest', function(err, msg) {
console.log(msg);
});
Loading

0 comments on commit 302057d

Please sign in to comment.