2025 Commits

Author SHA1 Message Date
Jeff Williams
25a271e727 support the template tag (Closure Compiler only) (#567, #605) 2017-07-16 20:05:40 -07:00
Jeff Williams
7afa146990 support the record tag (Closure Compiler only) (#605) 2017-07-16 20:00:48 -07:00
Jeff Williams
b13bb67fbb support the public tag for Closure Compiler (#605) 2017-07-16 19:51:50 -07:00
Jeff Williams
a9a68f3442 support the suppress tag (Closure Compiler only) (#605) 2017-07-16 19:14:27 -07:00
Jeff Williams
0d2a312c2e support the struct tag (Closure Compiler only) (#605) 2017-07-16 19:11:45 -07:00
Jeff Williams
60143a457f support preserve tag (Closure Compiler only) (#605) 2017-07-16 18:48:40 -07:00
Jeff Williams
e810cb7d0f support the polymerBehavior tag (Closure Compiler only) (#605) 2017-07-16 18:41:44 -07:00
Jeff Williams
5432a2a6b0 support the polymer tag (Closure Compiler only) (#605) 2017-07-16 18:38:21 -07:00
Jeff Williams
9c443c7802 support the nocompile tag (Closure Compiler only) (#605) 2017-07-16 18:34:15 -07:00
Jeff Williams
21583fe8a1 support the nocollapse tag (Closure Compiler only) (#605) 2017-07-16 18:31:08 -07:00
Jeff Williams
157255f7f7 support the noalias tag (Closure Compiler only) (#605) 2017-07-16 18:26:33 -07:00
Jeff Williams
e45a719cd0 support the implicitCast tag (Closure Compiler only) (#605) 2017-07-16 18:21:19 -07:00
Jeff Williams
adf742615e support the fileoverview tag in the Closure Compiler dictionary (#605) 2017-07-16 17:03:01 -07:00
Jeff Williams
afe7c3564a support the externs tag (Closure Compiler only) (#605) 2017-07-16 16:52:17 -07:00
Jeff Williams
d06ba2788a support the export tag (Closure Compiler only) (#605) 2017-07-16 16:47:58 -07:00
Jeff Williams
2e739594b8 support the dict tag (Closure Compiler only) (#605) 2017-07-16 16:32:04 -07:00
Jeff Williams
bca700216e support the define tag (Closure Compiler only) (#605) 2017-07-16 16:19:55 -07:00
Jeff Williams
857a346f4b add jasmine.replaceTagDictionary and jasmine.restoreTagDictionary test helpers 2017-07-16 15:19:17 -07:00
Jeff Williams
f4bf81606f fix problems with methods and properties in classes returned by arrow function expressions (#1409)
+ don't prepend `undefined` to method and property names
+ use the parent class's alias
2017-07-16 14:10:52 -07:00
Jeff Williams
62f9e73d4a followup to 3b604fb7f9f10c4a4391d0d4c9bcabdea3609082 2017-07-15 16:50:42 -07:00
Jeff Williams
cc66657512 don't ignore properties like examples on ES2015 class constructors (#1129) 2017-07-15 16:03:13 -07:00
Jeff Williams
b28379e398 make the @override tag work as expected (#1215)
The `@override` tag no longer causes all other doclet properties to be ignored. Instead, the doclet will keep its own properties and inherit any missing properties from the parent class or interface.
2017-07-15 15:33:18 -07:00
Jeff Williams
eb75658757 don't add null properties when combining doclets 2017-07-15 15:30:51 -07:00
Jeff Williams
4aa3ee8f96 turn Doclet#merge into doclet.combine 2017-07-15 14:01:12 -07:00
Jeff Williams
77bd47f58a fix cli breakage 2017-07-15 13:23:50 -07:00
Jeff Williams
e370dc1fa9 use an index to find doclets with a specific memberof 2017-07-15 13:18:27 -07:00
Jeff Williams
9945ffe5ff delint 2017-07-15 12:42:04 -07:00
Jeff Williams
d61c50cbd7 index doclets at parse time 2017-07-15 12:41:25 -07:00
Jeff Williams
d4c2c400c5 slight change to merge behavior 2017-07-15 09:46:52 -07:00
Jeff Williams
0551bd49ed add merge method to doclets (#1215) 2017-07-14 21:39:21 -07:00
Hendrik Millner
976cc62dc8 Deferred process.exit() to allow STDOUT pipe to flush (#1408) 2017-07-14 10:05:26 -07:00
Jeff Williams
8f2322f77c add Slack channel to README 2017-07-13 20:47:05 -07:00
Jeff Williams
c52180b6b0 3.5.3 changelog 2017-07-13 19:46:56 -07:00
Jeff Williams
82651819f1 update .npmignore 2017-07-13 19:37:15 -07:00
Jeff Williams
5026e449e2 work around Babylon comment-attachment bug (#1396)
https://github.com/babel/babylon/issues/619
2017-07-13 19:19:28 -07:00
Jeff Williams
d7c7fea358 use the correct longname for constructors of ES2015 classes with @alias tags (#1395) 2017-07-13 17:09:07 -07:00
Jeff Williams
9c97ba7495 link to interfaces that belong to a namespace (#1406) 2017-07-13 15:40:16 -07:00
Jeff Williams
a275037487 don't print help text when there are no input files (#1404) 2017-07-13 11:26:09 -07:00
greenkeeper[bot]
827bcc33b5 Update dependencies to enable Greenkeeper 🌴 (#1405) 2017-07-13 11:14:49 -07:00
Jeff Williams
383bfa5822 add issue and pull-request templates 2017-07-12 21:56:08 -07:00
Jeff Williams
3b604fb7f9 update LICENSE
After digging through Acorn's commit history, I think it's overkill to say that "portions of the Acorn source code are incorporated into" lib/jsdoc/src/walker.js. At most, I think I very loosely emulated the structure of older versions of Acorn's walker code, rather than copying it outright, and then erred on the side of excessive caution by adding Acorn to the LICENSE file.
2017-07-12 21:41:14 -07:00
Jeff Williams
59a689223d correct the description of the -d flag (#1156) 2017-07-12 19:34:30 -07:00
Jeff Williams
a3523abebc fix crash when a class property has no value (#1400) 2017-07-12 19:03:46 -07:00
Jeff Williams
5080ec75bc add tools to README (#1353) 2017-07-12 17:10:18 -07:00
Jeff Williams
80dabc01ba require latest version of Catharsis (#1302)
Allows JSDoc to parse type expressions that contain `@` signs, like `module:@prefix/my-module~myCallback`.
2017-07-12 16:47:25 -07:00
Jeff Williams
ec7ac85ecb improve installation instructions and reformat 2017-07-12 16:17:46 -07:00
Jeff Williams
11e8c6d5e2 ignore non-JSDoc comments when creating symbolFound events (#1398) 2017-07-12 13:48:51 -07:00
Jeff Williams
b38b8db2d0 ignore empty block comments (#1398) 2017-07-12 11:51:48 -07:00
Jeff Williams
4047aa695d bump revision 2017-07-12 11:20:20 -07:00
Jeff Williams
252487b252 3.5.2 changelog 2017-07-12 11:16:55 -07:00