768 Commits

Author SHA1 Message Date
Jeff Williams
92ba112ece de-IIFE; minor refactoring 2013-01-25 22:49:03 -08:00
Jeff Williams
a1799b6bbe fix error message when the 'encoding' parameter to fs.writeFileSync is omitted 2013-01-24 20:30:21 -08:00
Jeff Williams
bcd0865c38 bump version number 2013-01-24 19:44:59 -08:00
Jeff Williams
4c1611f86f fix class signatures 2013-01-23 23:29:52 -08:00
Jeff Williams
9e5a47f195 add '@callback' tag (#260) 2013-01-23 22:56:21 -08:00
Jeff Williams
4da46d6a48 fix bustage in GFM module 2013-01-23 22:50:45 -08:00
Jeff Williams
a693262c66 handle typedefs that contain functions (#292) 2013-01-23 22:03:29 -08:00
Jeff Williams
fd8fc800af fix for markdown links that use a reserved word as link text, like [constructor]{@link ...} (#249)
thanks to @mathematicalcoffee for the fix!
2013-01-23 08:52:35 -08:00
Jeff Williams
964f6e97e2 Merge branch 'master' of https://github.com/jsdoc3/jsdoc 2013-01-22 20:36:39 -08:00
Jeff Williams
5df4fd432d update the default template to generate pretty-printed source files (#208)
enabled by default. to disable pretty-printed source files, add the
property templates.default.outputSourceFiles: false to your conf.json
file.
2013-01-22 20:34:41 -08:00
Jeff Williams
997cfe9f9a convert tabs to spaces 2013-01-22 17:45:21 -08:00
Jeff Williams
47b0aabd33 Merge pull request #311 from mathematicalcoffee/docs-plugin-error-reporting
for jsdoc3/jsdoc3.github.com#5 - mention jsdoc/util/error in plugin docs
2013-01-18 07:34:18 -08:00
mathematicalcoffee
0765c6d82f Merge branch 'master' into docs-plugin-error-reporting 2013-01-18 15:07:51 +10:00
mathematicalcoffee
7678689278 for jsdoc3/jsdoc3.github.com#5 - mention jsdoc/util/error in plugin docs 2013-01-18 14:43:42 +10:00
Jeff Williams
3fed4ebf32 Merge pull request #293 from mathematicalcoffee/bugfix-gfm-hardwrap
Bugfix: github-flavoured-markdown was ignoring the hardwrap configuration.
2013-01-17 18:12:23 -08:00
Jeff Williams
b814da3e8b support -v option; provide more detailed version info (#303) 2013-01-17 18:06:31 -08:00
Jeff Williams
dd4b4a4f60 Merge pull request #310 from mathematicalcoffee/feature-version-switch
added --version switch, fixes #303
2013-01-17 17:54:43 -08:00
mathematicalcoffee
ac14eda668 added --version switch. 2013-01-18 10:16:41 +10:00
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
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