1098 Commits

Author SHA1 Message Date
mathematicalcoffee
5fadd37fb5 FIX: dictionary.defineTag should store tags under the normalised name. 2013-02-08 10:02:58 +10:00
mathematicalcoffee
f0b9776f43 added tests for dictionary.js and dictionary/definitions.js 2013-02-07 23:09:45 +10:00
mathematicalcoffee
5b5e4a38e5 Made Tutorial#addChild and Tutorial#removeChild modify the child's parent (as well as the parent's children property) 2013-02-04 16:56:04 +10:00
mathematicalcoffee
2df5df418f added tests for Tutorial class. 2013-02-04 16:06:41 +10:00
mathematicalcoffee
bc35934546 added tests for tutorial/resolver. A bit of renaming needed to ensure all test tutorials had unique names 2013-02-02 16:10:40 +10:00
mathematicalcoffee
5ce79aa0bc jsdoc3/jsdoc#332 : added ability to define multiple tutorials' information in one file 2013-02-02 16:09:34 +10:00
Jeff Williams
5488737ec6 allow users to specify class attributes for generated links (#331) 2013-01-30 20:41:10 -08:00
Jeff Williams
a8d7cd5bdf possible fix for path.commonPrefix issue (#330) 2013-01-30 18:03:46 -08:00
Jeff Williams
f09ef82246 don't throw an exception if there are no source files with JSDoc comments (#329) 2013-01-30 17:31:05 -08:00
Jeff Williams
d679eae2d5 update 3.1.0 changelog 2013-01-29 12:33:05 -08:00
Jeff Williams
41f538feb9 exit after catching a Rhino exception (#325) 2013-01-28 20:58:27 -08:00
Jeff Williams
f85a74d9fe need to escape author tag's text if the match fails 2013-01-28 07:48:17 -08:00
Jeff Williams
434c80e803 turn '@author' tag text into mailto: link where possible (#326) 2013-01-28 07:33:07 -08:00
Jeff Williams
337bd90275 update 3.1.0 changelog 2013-01-27 21:13:23 -08:00
Jeff Williams
7d4dd38902 store version info in env.version, and display version number in default template output (#321) 2013-01-27 21:07:23 -08:00
Jeff Williams
3b08098642 Merge pull request #323 from attiks/lineno_fix
fix missing lineno in doclets (#319)
2013-01-27 19:08:32 -08:00
Peter Droogmans
151a38a344 removed lineno added back 2013-01-27 21:32:15 +01:00
Peter Droogmans
787741314d Revert "removed lineno added back"
This reverts commit d4c1bf951401d8a940fb4eeea6c9b5f22ecb22fd.
2013-01-27 21:29:42 +01:00
Peter Droogmans
d4c1bf9514 removed lineno added back 2013-01-27 20:12:12 +01:00
Jeff Williams
370c1ea1e7 update plugin docs 2013-01-27 08:37:31 -08:00
Jeff Williams
2e90fa5a98 correct type 2013-01-27 08:31:35 -08:00
Jeff Williams
0bf88a611c replace linelength and absposition with Esprima-style range 2013-01-27 08:28:54 -08:00
Peter Droogmans
9bb0a23932 added linelength and absposition to meta 2013-01-27 08:10:23 -08:00
Jeff Williams
87cd24728f allow plugins to be installed outside of the JSDoc directory (#277) 2013-01-27 07:56:43 -08:00
Jeff Williams
5df93a0136 improvements to eventDumper plugin 2013-01-26 08:07:09 -08:00
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
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