8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2389df3 + 3675823 commit 2c7e36bCopy full SHA for 2c7e36b
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
* Removes `docset` support from documentation.js: this will be supported
4
by a 3rd party tool in the future
5
+* JSDoc parse errors are now printed to stderr.
6
+* Parameter tags that document sub-parameters, such as `@param {Type} options.option`,
7
+ are now nested under their parent parameter.
8
+* HTML output now includes events.
9
+* Error messages now include source file name and line number.
10
+* @typedef names are now inferred correctly.
11
12
## 1.4.0
13
0 commit comments