1205 Commits

Author SHA1 Message Date
Jeff Williams
4a57a3718c escape less-than sign in signature headings (#307) 2013-01-17 07:20:23 -08:00
Jeff Williams
2ad44a6c6a remove stray console.log 2013-01-15 08:39:11 -08:00
Jeff Williams
5880a7bd79 add plugin that removes everything except JSDoc comments from source files (#304) 2013-01-15 08:26:31 -08:00
Jeff Williams
b214687651 update package.json (including long-overdue change to version number) 2013-01-15 07:55:51 -08:00
Jeff Williams
c1b5357c70 add default output directory to .gitignore 2013-01-05 21:16:20 -08:00
phasmal
37d344ea0d Merge branch 'add-see-tag-support' of git@github.com:phasmal/jsdoc into add-see-tag-support 2013-01-03 13:22:44 +11:00
phasmal
d7ea22b6f2 removed some tab chars 2013-01-03 13:14:51 +11:00
phasmal
554917137b Fixed jshint-clean issues reported on github .. again 2013-01-03 12:40:46 +11:00
phasmal
20a4bb43b0 Fixed jshint-clean issues reported on github 2013-01-03 12:38:27 +11:00
phasmal
427a46177d Added support for @see tag in markdown plugin, including adding 'see' to default list and fixing recursion into Arrays 2013-01-03 11:43:46 +11:00
Jeff Williams
7616d7f73e fix Travis CI image 2013-01-02 07:55:11 -08:00
Jeff Williams
5849971920 only use master to display Travis CI badge 2013-01-02 07:53:23 -08:00
mathematicalcoffee
24a3c6b448 filled out markdown tests for getParser to test asking for specific parsers 2012-12-28 23:55:39 +10:00
mathematicalcoffee
2fd96d2bb7 fix: env.conf.markdown.hardwrap is now respected. 2012-12-28 23:55:33 +10:00
Jeff Williams
adcb06ca56 include global typedefs and events in template output; don't put "undefined" into typedef headers (#292) 2012-12-27 07:41:38 -08:00
Jeff Williams
ddb700e957 fix Windows bustage (#291) 2012-12-26 20:12:54 -08:00
Jeff Williams
d73570defc make fs module consistent with Node.js (#211) 2012-12-26 19:03:05 -08:00
Jeff Williams
b786527ea4 add mechanism for loading VM-specific functions (#289) 2012-12-26 11:56:33 -08:00
Jeff Williams
ce8565f6e0 minor corrections to test 2012-12-25 05:01:56 -08:00
Jeff Williams
e4236eaa42 remove most globals from jsdoc.js (#287)
for clarity, also forward-declared all variables in main()
2012-12-25 04:55:50 -08:00
Jeff Williams
6c9ef48324 clean up VM-specific code (#210) 2012-12-23 17:57:38 -08:00
Jeff Williams
d5877c1217 move rhino_modules/ to lib/ 2012-12-23 14:09:37 -08:00
Jeff Williams
4e0e4c2b97 move Node.js shims to rhino/ 2012-12-23 10:38:25 -08:00
Jeff Williams
28f0f72bb1 update paths in license info 2012-12-23 10:25:07 -08:00
Jeff Williams
3932bc8f5f remove common/util (no longer needed) 2012-12-23 10:24:49 -08:00
Jeff Williams
d79d930a1b fix module name in docs 2012-12-23 10:20:12 -08:00
Jeff Williams
9af22fdc3f move lib/ to rhino/ (#210) 2012-12-23 09:51:58 -08:00
Jeff Williams
a17c90dfd2 deprecate env.dirname in favor of __dirname (#286)
plus some minor cleanup to address JSHint warnings
2012-12-23 09:45:11 -08:00
Jeff Williams
cd2fba4a3a use safer version of hasOwnProperty 2012-12-23 08:49:39 -08:00
Jeff Williams
f79728ed62 Merge pull request #281 from mathematicalcoffee/template-event-list-in-index
Default template: Event list in right hand sidebar
2012-12-21 23:11:30 -08:00
Jeff Williams
e3cef388fb further clarification about npm support 2012-12-21 22:08:29 -08:00
Jeff Williams
eb4f65eae4 Merge pull request #280 from mathematicalcoffee/bugfix-nested-event-longnames
Nested events don't have longname set properly if order of tags is wrong.
2012-12-21 22:01:38 -08:00
Jeff Williams
07a30a5c2d on windows, when the module name isn't documented, generate an appropriate name (#279)
also removes 'file:' from the beginning of generated names in overview
tags, which seems like an appropriate change.
2012-12-21 21:50:48 -08:00
Jeff Williams
f49d69e05d update installation instructions (#282) 2012-12-21 12:02:32 -08:00
Jeff Williams
b07d19f43a show complete info for global functions on Global page (#285) 2012-12-21 11:39:36 -08:00
mathematicalcoffee
9b785243b8 added tests for getMember 2012-12-11 11:29:38 +10:00
mathematicalcoffee
4cf3598c4c Added list of events to the index. 2012-12-11 10:47:33 +10:00
mathematicalcoffee
de7332a4f8 fixed longname resolution for nested events, added tests for it 2012-12-11 09:53:31 +10:00
Jeff Williams
8feb06eccb migrate the tests that were created for #258 (which was reverted) 2012-12-04 23:16:50 -08:00
Jeff Williams
e572b942bb remove unused config option 2012-12-04 23:15:56 -08:00
Jeff Williams
8bc7f7246a Revert "support a raw array of doclets in addition to TaffyDB objects (#258)"
This reverts commit aad7b4896e503b66a29f46c02cc08f84e5535f42.

Conflicts:
	test/specs/jsdoc/util/templateHelper.js
2012-12-04 21:53:17 -08:00
Jeff Williams
374c0c1dda make the -c/--configure option work again
thanks to @majo44 for reporting the issue!

(also removed the unused __timerPool global from a JSHint comment.)
2012-12-04 08:08:41 -08:00
Jeff Williams
d2d05fcb88 fix conf.json issues
- don't try to create conf.json if it doesn't exist (resolves a
permissions issue when installing with npm -g)
- add default values for recently added properties (hopefully fixes
Travis CI build)
2012-12-02 20:26:05 -08:00
Jeff Williams
3227854077 cleanup 2012-12-02 18:25:19 -08:00
Jeff Williams
fd79b328e6 Merge pull request #271 from mathematicalcoffee/improve-link-tag
Improve link tag, jsdoc3/jsdoc#250
2012-12-02 18:18:25 -08:00
Jeff Williams
2c597b6505 omit signature from event name headings (#266) 2012-12-02 12:11:58 -08:00
Jeff Williams
2de416da7d fix broken hrefs in output files (#264) 2012-12-02 08:03:54 -08:00
mathematicalcoffee
345341ff9c added openjdk6 to travis to see if that helps 2012-11-28 10:26:23 +10:00
mathematicalcoffee
8e67e866fd moved configuration variables from conf.tags to conf.templates 2012-11-27 09:33:59 +10:00
mathematicalcoffee
266d6c7a1f implemented {@linkplain}, {@linkcode}, monospaceLinks config (all links in monospace, false by default) and cleverLinks config (if true, links to symbols are monospace) 2012-11-26 21:27:59 +10:00