Jeff Williams
7ef0465aa7
alphabetize command-line flags by short name, then long name ( #862 )
2015-01-04 14:17:10 -08:00
Jeff Williams
322afeb86e
support --access all flag to display symbols at all access levels ( #861 )
2015-01-04 14:10:28 -08:00
Jeff Williams
d43990f6e4
Merge pull request #860 from Raptor399/accessparam-squashed
...
Adding access parameter
2015-01-02 09:57:35 -08:00
Patrick Atoon
ba510377da
Adding access parameter
2015-01-02 13:01:29 +01:00
Jeff Williams
4708c290b3
Merge pull request #471 from danielellis/underscore
...
Added underscore plugin
2014-12-31 13:29:47 -08:00
Daniel Ellis
dda789ae76
Squashed commit of the following:
...
commit 6010d34fcb7380281914f348023422f486033c68
Author: Daniel Ellis <coug36@gmail.com>
Date: Wed Dec 31 09:29:00 2014 -0800
Removed support for deprecated functionality
commit dba51a6ba74aa0de5c376434004eec8b05e1207b
Author: Daniel Ellis <coug36@gmail.com>
Date: Fri Dec 26 11:51:08 2014 -0800
Updated underscore plugin to pass tests
commit 3739ea55bd33186cbf507db3f086c9cf1ea9a339
Author: Daniel Ellis <coug36@gmail.com>
Date: Sat Dec 13 21:33:48 2014 -0800
Added unit tests for underscore plugin
commit 1b1bda5bb77ee74c311dfc9c9fe299e1e99f84cc
Merge: adfa364 a122ae6
Author: Daniel Ellis <coug36@gmail.com>
Date: Sat Dec 13 18:39:32 2014 -0800
Merge remote-tracking branch 'upstream/master' into underscore
commit adfa3646ebb7f11db897f7d0ba2490de79f86e2b
Author: Daniel Ellis <coug36@gmail.com>
Date: Fri Aug 2 10:30:40 2013 -0700
Added underscore plugin
2014-12-31 10:09:57 -08:00
Jeff Williams
e471a1f55e
add stripNamespace and stripVariation methods ( #858 )
2014-12-30 16:57:11 -08:00
Jeff Williams
60b239fd33
keep the link text for longnames with variations ( #857 )
2014-12-30 16:40:03 -08:00
Jeff Williams
59fec8c696
doc fix
2014-12-30 16:13:42 -08:00
Jeff Williams
fcded9cc11
Merge pull request #856 from itantik/patch-1
...
Fix tutorial-linking issue caused by #813 (#856 )
2014-12-30 13:58:24 -08:00
itantik
d57c67d9af
'longname' property of tutorials is undefined
...
therefore uniqueness checking causes the navigation displays only one tutorial. Items without 'longname' should be omitted from checking.
2014-12-30 22:08:41 +01:00
itantik
1945e6322e
Added missing argument to the buildMemberNav()
...
Four arguments are passed to the buildMemberNav(), but only three ones were defined.
2014-12-30 21:44:26 +01:00
Jeff Williams
3e972e8648
fix docs
2014-12-29 17:02:06 -08:00
Jeff Williams
c7ba890677
only show the "Constructor" heading if there's a classdesc ( #854 )
2014-12-29 16:54:03 -08:00
Jeff Williams
7e23a68c59
multiple fixes for overridden symbols ( #855 )
...
- Don't add an "overrides" property to members that are merely inherited.
- In the template, don't show both "overrides" and "inherited from" for the same member.
2014-12-29 15:48:05 -08:00
Jeff Williams
dfdce46683
minor doc fixes
2014-12-28 15:45:40 -08:00
Jeff Williams
0080e5f99f
if a symbol shares its longname with a module, only show the symbol if it either a) has a description or b) is a class ( #853 )
2014-12-28 12:32:47 -08:00
Jeff Williams
8d9134015f
shoutier changelog filename
2014-12-27 09:41:54 -08:00
Jeff Williams
8c4c98d101
draft 3.3.0 changelog
2014-12-27 09:39:45 -08:00
Jeff Williams
6faad35eb5
strip enclosing parens from the variation tag's value ( #850 )
2014-12-25 17:16:59 -08:00
Jeff Williams
ffa3011e95
fix variation tag
2014-12-25 07:25:15 -08:00
Jeff Williams
9a18e361fe
remove huge paragraph margin ( #844 )
2014-12-22 13:38:05 -08:00
Jeff Williams
2b6d2dee2f
fix crash caused by 39e5008cfc84fe3f88d6e6e75be15241bbd671fe
...
This is clearly the correct fix, but for testing purposes, it's not clear how to get the index into this weird state. Parsing all of JSDoc will cause a crash while looking at the doclet for module:jsdoc/tag/dictionary.Dictionary. Parsing just lib/jsdoc/tag/dictionary.js seems to work fine.
2014-12-22 13:26:03 -08:00
Jeff Williams
e50f59e58d
bump revision
2014-12-22 10:46:19 -08:00
Jeff Williams
39e5008cfc
implement inheritdoc and override tags ( #53 )
2014-12-22 10:35:52 -08:00
Jeff Williams
821099ba47
remove tests that duplicate the code they're testing
2014-12-22 09:37:06 -08:00
Jeff Williams
a86af80836
fire jsdocCommentFound and symbolFound events in the correct order ( #770 )
...
On Rhino, for each file, we now fire all the jsdocCommentFound events in source order, followed by all the symbolFound events in source order. This behavior is consistent with previous versions of JSDoc.
On Node.js, we now fire interleaved jsdocCommentFound and symbolFound events in source order.
Includes a new Rhino .jar file: jsdoc3/rhino@5fbcc2d953
2014-12-21 17:39:56 -08:00
Jeff Williams
47aad100fc
use the variation to ensure a unique ID for each doclet
2014-12-21 17:27:40 -08:00
Jeff Williams
cd23d479a1
add missing variation
2014-12-21 17:24:01 -08:00
Jeff Williams
b285e18577
rename method; add test stubs
2014-12-21 10:29:06 -08:00
Jeff Williams
c6855b5bfd
Revert "fix typo"
...
This reverts commit 0a8c41eaf0fb3bb89da878bb787ab173329b49f9.
2014-12-21 09:48:45 -08:00
Jeff Williams
0a8c41eaf0
fix typo
2014-12-21 09:35:10 -08:00
Jeff Williams
fb5b3bd349
bump revision
2014-12-19 16:51:36 -08:00
Jeff Williams
0fc0244ab6
close ul element correctly ( #843 )
...
Fixes validation errors.
2014-12-19 16:38:24 -08:00
Jeff Williams
e7f55594a1
add required dd elements ( #843 )
...
Fixes validation errors.
2014-12-19 16:32:38 -08:00
Jeff Williams
feb96ea7f5
remove dictionary-list wrappers ( #843 )
...
Fixes validation errors. Also results in fewer sections being indented, which, to my eye, looks nicer and is easier to read.
2014-12-19 16:27:23 -08:00
Jeff Williams
faee92618d
use CSS to clear the br element ( #843 )
...
Fixes a validation error.
2014-12-19 16:25:49 -08:00
Jeff Williams
fc2c165626
generate unique IDs when two members have the same name but different scopes ( #539 )
2014-12-19 09:13:06 -08:00
Jeff Williams
8ccbb1b435
use a dash to prevent filenames from starting with an underscore
2014-12-18 20:56:11 -08:00
Jeff Williams
16f8270430
add missing dictionary list wrappers
2014-12-18 17:32:01 -08:00
Jeff Williams
61819f1105
close list elements
2014-12-18 17:21:55 -08:00
Jeff Williams
93bbf77eff
whitespace
2014-12-18 16:52:41 -08:00
Jeff Williams
869f63113f
allow interface tag to have a name in the JSDoc tag dictionary ( #828 )
2014-12-18 16:41:51 -08:00
Jeff Williams
ef75f132b8
print the usage information if there's a bad command-line option ( #840 )
2014-12-18 16:09:28 -08:00
Jeff Williams
1cb337c90a
cleanup
2014-12-16 10:33:45 -08:00
Jeff Williams
d1d05687f1
cleanup
2014-12-16 10:12:45 -08:00
Jeff Williams
3aa3214fde
fix typo
2014-12-16 10:09:51 -08:00
Jeff Williams
f6c9e99d82
update Catharsis
2014-12-16 09:17:26 -08:00
Jeff Williams
a122ae6b3e
update ESLint config
2014-12-13 13:12:29 -08:00
Jeff Williams
416b42fa75
update ESLint; delint
2014-12-13 09:39:21 -08:00