1875 Commits

Author SHA1 Message Date
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
Jeff Williams
00a40c19a0 DRY out 2013-11-30 20:16:51 -08:00
Jeff Williams
8663cc420f Merge pull request #532 from tubalmartin/feature-show-linenumbers
Feature: Show linenumbers with working anchors and highlight anchored line.
2013-11-30 11:13:12 -08:00
Jeff Williams
262ccfdb04 upgrade Rhino to support submodules within submodules
https://github.com/jsdoc3/rhino/commit/87b9a700
2013-11-28 10:29:56 -08:00
Jeff Williams
3aeb037d07 remove Node.js caveats 2013-11-26 18:41:37 -08:00
Jeff Williams
d3cff64ec0 dumper should use a new circular-refs cache for every call 2013-11-26 18:31:02 -08:00
Jeff Williams
522a377845 cleanup 2013-11-26 16:32:26 -08:00
Jeff Williams
3740c7087a cleanup 2013-11-26 16:08:52 -08:00
Jeff Williams
f3d484f785 Merge pull request #540 from ThyBzi/master
Automatically remove per-line indent for @example tag
2013-11-26 14:21:54 -08:00
Evgeni Dmitriev
83b009bfbf Automatically remove per-line indent for @example tag 2013-11-27 00:59:54 +04:00
Jeff Williams
71cf7d7a1e rename text fixture for consistency 2013-11-26 07:51:20 -08:00
Bill Tutt
89ff00bbc7 longnames for external's no longer contain braces if the tag's text contained braces.
This fixes #351.
2013-11-26 07:48:22 -08:00
Jeff Williams
f6d93296c7 "sans-serif" needs a hyphen (#538) 2013-11-26 07:27:15 -08:00
Jeff Williams
311f7c01b1 bump revision 2013-11-24 21:41:52 -08:00
Jeff Williams
5a15c74177 make the -h/--help output look nicer 2013-11-24 21:41:26 -08:00
Jeff Williams
6af2352d26 start refactoring AST node-related methods into a new module (+ cleanup) 2013-11-24 09:42:50 -08:00
Bill Tutt
8be3a1fecc Fix jsdoc #535: @member and @constant with only type create incorrect doclet. 2013-11-21 22:51:58 -05:00
Jeff Williams
ccdee70bbe test for prototype of duplicated objects 2013-11-20 08:18:44 -08:00
Jeff Williams
6b62beb055 use correct prototype when duplicating objects; fix bad test 2013-11-20 07:15:11 -08:00
Jeff Williams
8a48807897 cleanup 2013-11-19 20:35:30 -08:00
Túbal Martín
2447c035c2 Select source code only
Works on Chrome, FF, Opera, Safari, IE10+.
More info about compatibility: http://caniuse.com/#feat=user-select-none
2013-11-16 21:43:59 +01:00