2111 Commits

Author SHA1 Message Date
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
Taye Adeyemi
a2039c46cc Remove only top and bottom margins in 1st and last 2013-12-26 18:21:01 +00:00
Jeff Williams
e4b97bf6ba add the supported Node.js version 2013-12-26 10:17:08 -08:00
Jeff Williams
41ccdf832e fix known issues on Node.js 0.11 (#555) 2013-12-26 10:15:03 -08:00
Jeff Williams
db737e75ff move JSHint testing to Gruntfile 2013-12-26 05:23:38 -08:00
Jeff Williams
5fe72b308c whitespace
prevents `npm install --save-dev foo` from diffing the entire file
2013-12-26 05:06:00 -08:00
Jeff Williams
e2b8dc39de add Grunt task to measure code coverage 2013-12-26 05:03:11 -08:00
Jeff Williams
58c7395de5 add missing "npm test" alias (#525) 2013-12-25 21:51:42 -08:00
Jeff Williams
3066d90fd3 update Travis CI config to use Grunt tasks (#525) 2013-12-25 21:48:21 -08:00
Jeff Williams
d426d5696b add Grunt tasks to run tests for all supported runtimes/parsers (#525)
To run the tests:
1. npm install -g grunt-cli
2. npm install (in JSDoc directory)
3. npm test (or: grunt test)
2013-12-25 21:47:38 -08:00
Jeff Williams
1ff1b687fc update tv4 module 2013-12-25 09:54:38 -08:00
Jeff Williams
5cde8d37ca remove jshint from tree 2013-12-25 09:52:48 -08:00
Jeff Williams
866922906a Revert "remove dev dependencies from git"
The Rhino tests need tv4 to be in the node_modules directory.

This reverts commit 027d42ad5d11efdb1d02158e4cf953f9d46e4c44.
2013-12-25 09:50:20 -08:00
Jeff Williams
5a73c68173 ignore node module binaries 2013-12-25 09:42:58 -08:00
Jeff Williams
d385611ace update taffydb package file 2013-12-25 09:42:13 -08:00
Jeff Williams
027d42ad5d remove dev dependencies from git 2013-12-25 09:40:30 -08:00
Jeff Williams
8516709a44 improve version refs in package file 2013-12-25 09:38:42 -08:00
Jeff Williams
63d0582516 fix error when installing dev dependencies 2013-12-25 09:37:16 -08:00
Jeff Williams
4d236d2d69 replace jake with grunt 2013-12-25 09:13:25 -08:00
Jeff Williams
3eca4516d0 more decrufting 2013-12-24 21:21:36 -08:00
Jeff Williams
d29632364b remove URI-conversion and dirname-specification cruft
includes new Rhino .jar to allow module directories to be specified as paths:
https://github.com/jsdoc3/rhino/tree/5dd82a4c
2013-12-24 21:08:28 -08:00
Jeff Williams
778504f15c bump revision 2013-12-24 17:51:49 -08:00
Jeff Williams
6ca671434a support external templates/plugins on Node.js (#543) 2013-12-24 14:54:21 -08:00
Jeff Williams
cc238c1701 more fs module stubs 2013-12-24 14:50:53 -08:00
Jeff Williams
ac11bb6e53 prevent double logging 2013-12-24 12:55:44 -08:00
Jeff Williams
900f9f1216 add function names; cleanup 2013-12-24 12:49:30 -08:00
Jeff Williams
58292362b3 add function names; cleanup 2013-12-24 12:41:02 -08:00
Jeff Williams
c9b0237c12 overhaul logging and error handling (#416) 2013-12-23 15:25:28 -08:00
Taye Adeyemi
62045a94b0 Remove margin in <p> tags in <td>s from markdown
Closes #550
2013-12-23 15:57:45 +00:00
Jeff Williams
2babc5b1c3 fix the line length after the first line; cleanup 2013-12-20 16:08:29 -08:00