2895 Commits

Author SHA1 Message Date
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
Jeff Williams
405ebb5c3b fix typo; clarify Node.js instructions 2013-12-20 11:09:47 -08:00
Jeff Williams
8385061537 remove temp file 2013-12-20 11:05:21 -08:00
Jeff Williams
147843eb58 fix tests on non-Windows systems 2013-12-08 14:15:43 -08:00
Jeff Williams
7a579f4c41 bump revision 2013-12-08 13:59:36 -08:00
Jeff Williams
f00e390cf0 fix various filepath issues (including #541) 2013-12-08 13:51:44 -08:00
Jeff Williams
81ecdf6697 use the correct path in Cygwin (#544) 2013-12-08 10:58:37 -08:00
Jeff Williams
9b91c75b7d update Rhino to remove filename from __dirname and process.cwd()
https://github.com/jsdoc3/rhino/commit/1958e79f
2013-12-08 09:53:56 -08:00
Jeff Williams
9f4137edc2 fix bad merge 2013-12-03 21:51:54 -08:00
Jeff Williams
8bf9db836e Merge remote-tracking branch 'rassilon/issue-535'
Conflicts:
	lib/jsdoc/tag/dictionary/definitions.js
	test/fixtures/constanttag.js
	test/specs/tags/constanttag.js
2013-12-03 21:45:15 -08:00
Jeff Williams
42e6822009 update JSON schema; validate doclets against schema (#327) 2013-12-03 16:45:36 -08:00
Jeff Williams
a0553bb942 replace undefined with null instead of the string "undefined" 2013-12-03 11:49:22 -08:00
Jeff Williams
cbe3442221 allow users to override the default template's layout file with the templates.default.layoutFile config property (#480) 2013-12-01 10:06:22 -08:00
Jeff Williams
6156d45582 allow template files to be specified as absolute paths (#480) 2013-12-01 10:04:47 -08:00
Jeff Williams
c2c163297e use the config dirname, not the full path to the config file 2013-12-01 10:01:18 -08:00
Jeff Williams
9a7b9efe14 search config file path for resources; use the working directory to find the common path prefix 2013-12-01 09:38:49 -08:00
Jeff Williams
44ff7255e2 correctly retrieve the name from @const tags, with or without a type (#367) 2013-12-01 08:14:19 -08:00