File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,15 @@ _powerful_ enough to support [JSDoc](http://usejsdoc.org/)'s advanced syntax.
1010
1111** ES5 and ES6 support of JavaScript, with support for other transpilers a possibility**
1212
13- Using [ espree] ( https://github.com/eslint/espree ) , we have support for a wide range of [ ES6 features] ( https://github.com/lukehoban/es6features ) .
13+ Using [ babel] ( https://babeljs.io/ ) , we have support for a wide range
14+ of [ ES6 & ES7 features] ( https://github.com/lukehoban/es6features ) , as well
15+ as [ Flow] ( http://flowtype.org/ ) type annotations.
16+
17+ ** Powerful inference**
18+
19+ By statically analyzing your JavaScript code, documentation.js can write
20+ many parts of your documentation for you. It can infer parameter names
21+ and types, class membership, return values from Flow types, and lots more.
1422
1523** Support for C++**
1624
You can’t perform that action at this time.
0 commit comments