Michael Mathews
dcafed5d0c
Merge pull request #156 from llaxsll/master
...
@partial Possibly this should be a core tag, but I think some time in the plugin incubator will be very useful, as a way to test it out and see how suitable it is for core. Thank you for contributing.
2012-08-12 13:43:18 -07:00
Rob Taylor
1cc0907aa4
Adding verboseOutput test.
2012-08-08 20:53:56 +01:00
Rob Taylor
6193b418f7
Removing newDoclet, as I don't think it's necessary.
2012-08-08 19:20:55 +01:00
Rob Taylor
a378c9f0b9
Removing _config, as it bleeds into global, and I don't like that.
...
Moved fileBegin and newDoclet back onto the handlers namespace of
exports.
2012-08-08 19:03:40 +01:00
Rob Taylor
ab31150d9a
First init of verboseOutput plugin.
2012-08-08 16:25:53 +01:00
Michael Mathews
f4ea8f2d47
Merge pull request #151 from kpozin/fix-for-issue-150
...
Fix for #150 : parsing doclets on object literal getters and setters
2012-07-26 15:20:04 -07:00
Ludo Antonov
29b8ab5ff4
Adding a plugin that enables a @partial tag for re-usable partial documentation kept in separate files.
2012-07-25 22:00:04 -07:00
Jeff Williams
45b24cc04c
refactor type parsing; add tests
2012-07-15 15:40:40 -07:00
Konstantin Pozin
81f0b6c7f9
Merge branch 'fix-for-issue-150' of github.com:kpozin/jsdoc into fix-for-issue-150
2012-07-11 09:30:40 -04:00
Konstantin Pozin
cf1e65e162
Added doclet parsing for object literal getters and setters ( #150 )
2012-07-11 09:30:18 -04:00
Konstantin Pozin
f8c04d6244
Added doclet parsing for object literal getters and setters ( #100 )
2012-07-11 09:29:32 -04:00
Konstantin Pozin
73ed12733d
Added doclet parsing for object literal getters and setters ( #100 )
2012-07-11 09:26:50 -04:00
Konstantin Pozin
9196f730de
Added doclet parsing for object literal getters and setters ( #100 )
2012-07-11 09:20:04 -04:00
Jeff Williams
b8a7d977b1
Merge pull request #148 from hegemonic/option-fix
...
Revert "Throw an error if user provides a command line arg value when no...
2012-07-10 08:02:27 -07:00
Jeff Williams
5b97cd0b32
Revert "Throw an error if user provides a command line arg value when none is allowed. Closes #142 "
...
This reverts commit 4ac7f4b488b6b648c9bf56959ca97b8deaa7f9ee.
2012-07-10 08:00:28 -07:00
Jeff Williams
5e587fbc32
Merge pull request #147 from hegemonic/jshint-clean-v2
...
Make JSDoc JSHint-clean (part 4/final)
2012-07-10 07:18:00 -07:00
Jeff Williams
3be0356886
add self to contributors
2012-07-10 07:11:06 -07:00
Jeff Williams
36143ca386
disable JSHint's "super new" and valid this" relaxing options (no fixes required)
2012-07-10 06:58:25 -07:00
Jeff Williams
40871349be
disable JSHint's "sub" relaxing option
2012-07-10 06:56:35 -07:00
Jeff Williams
0dcb756ede
disable JSHint's "smarttabs" relaxing option
...
and completely detab all files that have mixed spaces/tabs
2012-07-10 06:54:26 -07:00
Jeff Williams
ff62a9099d
disable JSHint's "shadow" relaxing option
2012-07-10 06:43:19 -07:00
Jeff Williams
6c5ad30c79
disable JSHint's "regexdash" relaxing option
2012-07-10 06:09:11 -07:00
Jeff Williams
58a5f2e50f
disable JSHint's "lastsemic", "laxbreak", lax comma", "multistr", and "proto" relaxing options (no fixes required)
2012-07-08 21:46:44 -07:00
Jeff Williams
b557345f61
disable JSHint's "iterator" relaxing option (no fixes required)
2012-07-08 21:41:52 -07:00
Jeff Williams
25c7afc263
disable JSHint's "globalstrict" relaxing option (no fixes required)
2012-07-08 21:41:02 -07:00
Jeff Williams
382710bbef
disables JSHint's "funcscope" relaxing option (no fixes required)
2012-07-08 21:40:00 -07:00
Jeff Williams
64c9565e58
disable JSHint's "expr" relaxing option
2012-07-08 21:39:07 -07:00
Jeff Williams
80c832aac0
disable JSHint's "evil" relaxing option (no fixes required)
2012-07-08 21:36:42 -07:00
Jeff Williams
b417ad9bf7
disable JSHint's "debug" relaxing option (no fixes required)
2012-07-08 21:35:45 -07:00
Jeff Williams
f09b5f402f
disable JSHint's "boss" relaxing option
2012-07-08 21:34:00 -07:00
Jeff Williams
51937112f4
Merge branch 'master' into jshint-clean-v2
2012-07-08 21:21:08 -07:00
Michael Mathews
fdf37fe137
Merge branch 'master' of github.com:jsdoc3/jsdoc
2012-07-08 01:12:12 +01:00
Michael Mathews
717c2bb0d8
Added test fixture for extended external.
2012-07-08 01:11:54 +01:00
Michael Mathews
22e4812275
Allow externally documented objects to be extended, as if they were classes. Addresses Issue #145
2012-07-08 01:10:50 +01:00
Michael Mathews
99cf39fe96
Avoid linting code that isnt owned by JSDoc. Avoid me having to fix errors in temporary folders I keep inside the main project folder.
2012-07-08 01:09:22 +01:00
Michael Mathews
51e1a785f8
Rhino likes the filepaths (all args really) to be url encoded, which is an issue if spaces appear in filepaths. This makes JSDoc cooperate better with that rule.
2012-07-08 01:07:49 +01:00
Jeff Williams
c43c183aaa
disable JSHint's "asi" relaxing option
2012-07-06 07:40:24 -07:00
Jeff Williams
0940120238
Merge pull request #144 from hegemonic/jshint-clean-v2
...
Make JSDoc JSHint-clean (part 3)
2012-07-06 07:26:50 -07:00
Jeff Williams
4524af7a09
enable JSHint's "latedef" test
2012-07-06 07:22:00 -07:00
Jeff Williams
534d82b84a
Merge remote-tracking branch 'upstream/master' into jshint-clean-v2
2012-07-05 22:26:54 -07:00
Michael Mathews
4ac7f4b488
Throw an error if user provides a command line arg value when none is allowed. Closes #142
2012-07-05 22:23:49 +01:00
Michael Mathews
494af17d90
Allow function to coerce command line arguments to a preferred type. Closes #143
2012-07-05 22:10:07 +01:00
Michael Mathews
4ead9aa4f9
Merge pull request #140 from hegemonic/ce287745f15f420ec31006e6435e4b4505bca0ee
...
Make JSDoc JSHint-clean (part 2)
2012-07-05 13:00:50 -07:00
Michael Mathews
110644f3e2
Merge pull request #141 from hegemonic/strict-fix
...
--strict option doesn't work correctly
2012-07-05 12:42:46 -07:00
Jeff Williams
0fd9a3fee1
replace broken --strict option with working --lenient option
...
also fixes the test so that console.log actually works after it runs.
2012-07-05 00:00:03 -07:00
Jeff Williams
d8c1392ca8
Merge remote-tracking branch 'upstream/master' into jshint-clean-v2
2012-07-04 17:22:23 -07:00
Jeff Williams
ce287745f1
enable JSDoc's "trailing" test
2012-07-04 16:27:06 -07:00
Jeff Williams
1951ea3821
enable JSHint's "undef" test
2012-07-04 16:22:08 -07:00
Michael Mathews
ff78852907
Resolve merge conflict.
2012-07-05 00:21:54 +01:00
Michael Mathews
5321ee903f
Merge pull request #139 from hegemonic/77f505f2a16b3cde0c9cad966b610abfac111b29
...
Make JSDoc JSHint-clean (part 1)
2012-07-04 16:10:15 -07:00