Jeff Williams
72b595143c
enable trailing-whitespace check
2014-03-03 07:43:12 -08:00
Jeff Williams
48e6c392d5
huge whitespace cleanup
...
- remove all trailing whitespace
- for consistency, replace all tabs with spaces
2014-03-03 07:43:01 -08:00
Jeff Williams
0a05ede45c
whitespace
2014-03-02 19:20:51 -08:00
Jeff Williams
dda4e00f88
bump revision
2014-03-02 16:33:34 -08:00
Jeff Williams
ab9ca215a1
exclude subdirectories of included directories ( #484 )
2014-03-02 16:30:30 -08:00
Jeff Williams
e095462a57
delint
2014-03-02 16:13:59 -08:00
Jeff Williams
fb63fb8daa
whitespace
2014-03-02 15:41:27 -08:00
Jeff Williams
39daa9ab23
hide source location if outputSourceFiles is false ( #571 )
...
revised fix to address the regression in #592
2014-03-01 08:18:08 -08:00
Jeff Williams
3caf49520d
Revert "hide source location if outputSourceFiles is false ( #571 )"
...
Caused regression #592 .
This reverts commit 8a50d1f064fc719e4099faf426d81e45690f07fd.
2014-03-01 08:09:43 -08:00
Jeff Williams
60c7c8a606
add debugging properties to AST nodes ( #589 )
2014-02-26 08:31:53 -08:00
Jeff Williams
2442df893d
allow newDoclet event handlers to modify doclets ( #584 )
2014-02-23 20:34:38 -08:00
Jeff Williams
4e3e4a0151
fix lends tag inside nested function calls ( #565 )
...
plus some minor test cleanup
2014-02-23 20:16:16 -08:00
Jeff Williams
ec93145550
fix the lends tag inside of closures ( #573 )
2014-02-23 09:36:59 -08:00
Jeff Williams
2a61c9f613
oops, forgot to commit a new test fixture ( #574 )
2014-02-16 09:35:27 -08:00
Jeff Williams
ce75a89955
bump revision
2014-02-16 09:15:49 -08:00
Jeff Williams
8a50d1f064
hide source location if outputSourceFiles is false ( #571 )
2014-02-16 09:15:14 -08:00
Jeff Williams
34d98ed438
add @also to tag definitions ( #574 )
...
This tag is used internally. It previously caused
"not a known tag" errors when
tags.allowUnknownTags was set to false.
2014-02-16 08:39:32 -08:00
Jeff Williams
8afd06613f
alphabetize the tag definitions
2014-02-16 07:55:51 -08:00
Jeff Williams
3ae23b8b21
provide a setter for doclet scope ( #574 )
...
We previously set the doclet's scope by adding a
`@scope` tag, which, in turn, was used to update
the scope. Since this tag isn't defined or used in
any other context, it could cause "not a known
tag" errors.
2014-02-16 07:44:28 -08:00
Jeff Williams
f4a38b442f
exclude the "jsdoc" shell script correctly ( #577 )
2014-02-15 21:50:03 -08:00
Jeff Williams
e68f049537
bump revision
2014-02-15 14:57:50 -08:00
Jeff Williams
d51faa18d1
update Marked; suppress IDs in headings ( #582 )
2014-02-15 14:57:35 -08:00
Jeff Williams
98d646a270
exit with an error if a test fails ( #570 )
2014-02-15 14:35:17 -08:00
Jeff Williams
29dc3df42b
point to tarballs instead of git+https URLs ( #581 )
2014-02-15 14:06:02 -08:00
Jeff Williams
99a601b531
bump revision
2014-02-15 14:06:02 -08:00
Jeff Williams
e486377ad5
fix "module not found" errors on Windows ( #533 )
...
hat tip to @opengl-8080 for the fix!
2014-02-15 13:50:51 -08:00
Jeff Williams
6d62a114bf
fix line break
2014-02-12 08:54:21 -08:00
Jeff Williams
4f8e9fb5dc
don't use npm to install the Rhino version ( #577 )
2014-02-10 21:14:43 -08:00
Jeff Williams
43b6920085
document new properties on module.exports ( #500 )
2014-02-01 20:12:24 -08:00
Jeff Williams
c96a1215bd
add a warning about potential crashes ( #554 )
2014-02-01 19:36:34 -08:00
Jeff Williams
7b297d063a
display required modules for methods ( #563 )
2014-02-01 19:30:25 -08:00
Jeff Williams
d82928342c
allow for members that can trigger events ( #568 )
2014-02-01 19:25:55 -08:00
Jeff Williams
e007f71c86
typo
2014-01-31 08:08:23 -08:00
Jeff Williams
1c0c06f588
explain npm permissions issue and solution ( #572 )
2014-01-31 08:07:33 -08:00
Jeff Williams
ae93b5e614
add omitNodes option to hide AST nodes
2014-01-26 15:05:15 -08:00
Jeff Williams
733eb6bc47
log objects in events more consistently
2014-01-26 09:37:36 -08:00
Jeff Williams
28b467f3a8
punctuation
2014-01-25 20:57:31 -08:00
Jeff Williams
74e8fc7cbf
Merge pull request #557 from nschonni/patch-1
...
Add link to Grunt plug-in
2014-01-25 20:56:52 -08:00
Jeff Williams
5f0894b202
bump revision
2014-01-25 20:53:51 -08:00
Jeff Williams
80bd9e628f
fix Rhino breakage on Windows ( #533 )
...
includes a new Rhino .jar:
https://github.com/jsdoc3/rhino/commit/0d8fe75b
2014-01-25 20:46:39 -08:00
Jeff Williams
844fb2f47f
improvements to logging code
2014-01-25 20:45:08 -08:00
Jeff Williams
d8abd452a4
Merge branch 'master' of github.com:jsdoc3/jsdoc
2014-01-25 15:54:01 -08:00
Jeff Williams
f2e5d27343
Merge pull request #559 from jkryl/master
...
fix jsdoc3/jsdoc#558
2014-01-07 07:59:39 -08:00
Jan Kryl
469c764add
fix jsdoc3/jsdoc#558
2014-01-07 10:30:29 -05:00
Nick Schonning
90f8efe7e9
Add link to Grunt plug-in
2014-01-06 01:06:38 -05:00
Jeff Williams
f9607e257f
Merge pull request #552 from taye/fix-for-issue-550
...
Remove margin in <p> tags in <td>s from markdown
2014-01-02 17:05:47 -08:00
Jeff Williams
3d68872a09
DRY out
2013-12-26 21:26:19 -08:00
Jeff Williams
6d83ffd060
the common prefix for one file is the file's dirname ( #553 )
2013-12-26 21:19:37 -08:00
Jeff Williams
22d4ce4eed
improve tests
2013-12-26 13:43:15 -08:00
Jeff Williams
9b4bbbf71b
formatting
2013-12-26 13:00:00 -08:00