mathematicalcoffee
|
f64ae8098b
|
Merge branch 'master' into tests-tags
Conflicts:
test/specs/tags/eventfirestag.js
|
2013-02-22 12:51:41 +10:00 |
|
Jeff Williams
|
dfe917a35a
|
generate human-readable filenames (#339)
|
2013-02-19 07:02:08 -08:00 |
|
Jeff Williams
|
9d13a1e6bb
|
allow JSDoc to run from a path containing one or more spaces (#347)
|
2013-02-18 21:30:17 -08:00 |
|
Jeff Williams
|
956c70becc
|
Merge pull request #350 from garpeer/readme-in-config
allow settings README.md & package.json in config file
|
2013-02-17 09:32:43 -08:00 |
|
Gergely Aradszki
|
ef9660119f
|
Merge source includes with command line arguments *before* checking for README.md and package.json.
Allows to set these in configs source.includes.
|
2013-02-17 14:54:09 +01:00 |
|
Jeff Williams
|
e553dad941
|
add @emits as a synonym for @fires (#324)
|
2013-02-15 21:32:57 -08:00 |
|
Jeff Williams
|
f16fa3beb7
|
use a 'range' property in parser events rather than 'linelength' and 'absposition' (#346)
|
2013-02-15 21:17:40 -08:00 |
|
mathematicalcoffee
|
e7f3609e54
|
@undocumented: added tests
|
2013-02-15 16:00:18 +10:00 |
|
mathematicalcoffee
|
cdc8a1c224
|
@tutorial: added low-level tests
|
2013-02-15 16:00:08 +10:00 |
|
mathematicalcoffee
|
3fb96af55b
|
@todo: added tests
|
2013-02-15 16:00:01 +10:00 |
|
mathematicalcoffee
|
af05ac417a
|
@summary: added tests
|
2013-02-15 15:59:51 +10:00 |
|
mathematicalcoffee
|
f84e29363b
|
@namespace: added tests
|
2013-02-15 15:59:44 +10:00 |
|
mathematicalcoffee
|
c2707f102e
|
@member: added tests
|
2013-02-15 15:59:38 +10:00 |
|
mathematicalcoffee
|
93a8a59112
|
@license: added tests
|
2013-02-15 15:59:28 +10:00 |
|
mathematicalcoffee
|
b91796b3a4
|
@lends: added low-level tests
|
2013-02-15 15:59:21 +10:00 |
|
mathematicalcoffee
|
0911c710fc
|
@kind: added test
|
2013-02-15 15:59:08 +10:00 |
|
mathematicalcoffee
|
ff77157eb1
|
@inner, @instance, @static tests added
|
2013-02-15 14:34:57 +10:00 |
|
mathematicalcoffee
|
bdfac98755
|
@function: added tests
|
2013-02-15 14:20:23 +10:00 |
|
mathematicalcoffee
|
0422add48f
|
@example: added tests
|
2013-02-15 14:11:20 +10:00 |
|
mathematicalcoffee
|
dc5e6f0933
|
@desc: added tests
|
2013-02-15 13:21:02 +10:00 |
|
mathematicalcoffee
|
4019e537f0
|
@constant: added tests
|
2013-02-15 13:16:28 +10:00 |
|
mathematicalcoffee
|
d869c99c3d
|
@classdesc: added test
|
2013-02-15 13:07:42 +10:00 |
|
mathematicalcoffee
|
0e8e1664f7
|
@mixes and @mixin tests added
|
2013-02-15 13:04:57 +10:00 |
|
mathematicalcoffee
|
896f1bd909
|
@alias tag - added test that doc.alias is populated (further tests already in documentation/alias.js)
|
2013-02-15 12:53:05 +10:00 |
|
mathematicalcoffee
|
e4c90b2fee
|
@augments tests - add test that you can @augment multiple doclets
|
2013-02-15 12:52:33 +10:00 |
|
mathematicalcoffee
|
cd1fb6c96a
|
@author tests - test that you can have multiple authors
|
2013-02-15 12:52:06 +10:00 |
|
mathematicalcoffee
|
2ca61c1beb
|
existing tags tests: toEqual -> toBe where appropriate
|
2013-02-15 12:25:41 +10:00 |
|
mathematicalcoffee
|
52528958da
|
@returns: fixed typo in test description
|
2013-02-15 12:15:59 +10:00 |
|
Jeff Williams
|
21dbd5804f
|
document OS X fix for bad Rhino version (#340)
|
2013-02-13 08:28:36 -08:00 |
|
Jeff Williams
|
d517c47ef5
|
Merge pull request #335 from mathematicalcoffee/tests-tutorial
added tests for Tutorial class.
|
2013-02-13 08:22:59 -08:00 |
|
Jeff Williams
|
ed56da0472
|
Merge pull request #334 from mathematicalcoffee/feature-multi-tutorial-json
#332: Allow master configuration file for all tutorials
|
2013-02-13 08:19:12 -08:00 |
|
mathematicalcoffee
|
bf4e356ee5
|
fixed typo in test, also Array.isArray instead of instanceof Array
|
2013-02-13 12:02:33 +10:00 |
|
mathematicalcoffee
|
7765d5bb9b
|
test improvements: expect(X instanceof Array) --> Array.isArray(X), some toEqual -> toBe, .indexOf(X).not.toEqual(-1) --> .toContain(X)
|
2013-02-13 11:55:48 +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 |
|