Michael Mathews
|
1abe982e2f
|
Added feature: @lends doc comments can now appear before the return statement, when lending a returned object literal.
|
2011-10-21 00:01:34 +01:00 |
|
Michael Mathews
|
3175288d63
|
Added feature: if omitting the name of a @param, JSDoc will use the name from the parameter list in the source code.
|
2011-10-20 23:15:40 +01:00 |
|
Michael Mathews
|
ab9d00186c
|
Added support for displaying @constant docs in the default template.
|
2011-10-18 23:38:37 +01:00 |
|
Michael Mathews
|
39b5e09bb6
|
Fixed issue that caused incorrect longname to be calculated when a @memberof tag was applied to a constructor nested within another constructor.
|
2011-10-15 16:15:19 +01:00 |
|
Michael Mathews
|
134227b6d4
|
Added support for @variation tag.
|
2011-10-14 20:41:06 +01:00 |
|
Michael Mathews
|
bd7a5631c1
|
Fixed error in reporting the line number of some symbols found in the source code. Closes #48.
|
2011-10-13 22:59:19 +01:00 |
|
Michael Mathews
|
a9963a0167
|
Fixed incorrect intrapage links for events. Closes #38.
|
2011-10-12 22:54:36 +01:00 |
|
Michael Mathews
|
181a483389
|
Better error message for missing value attached to @property tags. Closes #46.
|
2011-10-12 21:28:38 +01:00 |
|
Michael Mathews
|
c89fa6dbba
|
Added new event named "beforeParse". Closes #45.
|
2011-10-11 20:13:30 +01:00 |
|
Michael Mathews
|
5c47302493
|
Make display of private symbols optional. Closes #44.
|
2011-10-11 09:17:47 +01:00 |
|
Michael Mathews
|
badf1fcacd
|
Added unit tests for @enum.
|
2011-10-08 22:00:38 +01:00 |
|
Michael Mathews
|
a406e1cebc
|
Merge branch 'inline_property_tags'
|
2011-10-08 10:26:06 +01:00 |
|
Michael Mathews
|
7d840bcaa3
|
The event namespace is now optional for symbols mentioned in @fires tags. Closes #40.
|
2011-10-07 20:42:23 +01:00 |
|
Michael Mathews
|
df45f945b4
|
Fix for case where a @lends tag was on an object literal, and an anonymous @constructs tag was on a property would throw an error.
|
2011-10-06 21:34:13 +01:00 |
|
Michael Mathews
|
2e857fcecc
|
Added support for @enum. Rename old @property to @member.
|
2011-09-26 14:46:31 +01:00 |
|
Michael Mathews
|
31161fc9b6
|
Rename old @property tag to @member.
|
2011-09-24 21:52:35 +01:00 |
|
Michael Mathews
|
f37bd95c6c
|
Added support for @property tags in doclets that have kinds, no template output yet.
|
2011-09-24 21:26:09 +01:00 |
|
Michael Mathews
|
dbc9c428a6
|
Fix for broken /*!* test. (hat tip tschaub)
|
2011-09-24 08:26:00 +01:00 |
|
Michael Mathews
|
de4f31b46e
|
Now support /*!* comments. Closes #26.
|
2011-09-23 22:04:53 +01:00 |
|
Michael Mathews
|
d8503ed9ab
|
Merge pull request #35 from tschaub/augment
Add inherited members based on @augments or @extends
|
2011-09-23 13:42:46 -07:00 |
|
tschaub
|
4411518606
|
Deal with multiple doclets per name.
|
2011-09-22 16:39:18 -06:00 |
|
tschaub
|
71393844ad
|
Use Rhino's require implementation.
|
2011-09-21 17:37:32 -06:00 |
|
Tim Schaub
|
632c788399
|
Add inherited members.
|
2011-09-18 01:59:38 -06:00 |
|
Michael Mathews
|
0341d71d4b
|
When a function symbol has an @constructs tag with no value, in a @lends block with a "Name#" value, the function is documented as a constructor of "Name". Closes #31.
|
2011-09-13 10:07:47 +01:00 |
|
Michael Mathews
|
bf21286685
|
The value for a @constructs tag can now be inferred from the source code, if no value is provided. Closes #31.
|
2011-09-12 21:38:50 +01:00 |
|
Michael Mathews
|
dfe7474ece
|
Inner functions are now tracked, same as inner vars. Fixes bug where some inner functions were not documented as members of their enclosing function. Closes #30.
|
2011-09-08 23:34:00 +01:00 |
|
Michael Mathews
|
e3e79e4742
|
Fix scope property for symbols documented as members of <global>.
|
2011-09-02 21:26:15 +01:00 |
|
Michael Mathews
|
ed40b7bb27
|
JSDoc will recognise documented inner members of JS modules. Closes #27.
|
2011-09-01 08:06:51 +01:00 |
|
Michael Mathews
|
29fb1c069a
|
Added support for documenting externals.
|
2011-09-01 07:48:48 +01:00 |
|
Rotorz Limited
|
3df288bcd2
|
Replaced toLink function with one that recognises {@link url text} or {@link url} tags. Previous implementation didn't appear to resolve links
|
2011-08-30 21:50:27 +02:00 |
|
Michael Mathews
|
90ac234799
|
Added some internal debugging features. FIX: Added initialiser for variable that sometimes caused an error to be thrown when it was undefined. Closes #24.
|
2011-08-30 08:41:41 +01:00 |
|
Michael Mathews
|
3d2c6960a5
|
Fixed bug that sometimes caused @lends tags to be mangled by the parsers pretreater method. (hat tip to rotorz).
|
2011-08-27 19:57:25 +01:00 |
|
Michael Mathews
|
ad08ca047a
|
Added classnames to template sections corresponding to the related tag.
|
2011-08-20 12:15:09 +01:00 |
|
Michael Mathews
|
fc94a23f8c
|
Added support for @todo.
|
2011-08-20 11:57:33 +01:00 |
|
Michael Mathews
|
c1ed8d84c3
|
Added @mixes tag.
|
2011-08-15 19:40:45 +01:00 |
|
Michael Mathews
|
c6bae386ba
|
Added @var @prop as synonyms for @property. Added configuration for jsVersion, to control the version of JavaScript that is parsable by rhino.
|
2011-08-14 12:35:00 +01:00 |
|
Michael Mathews
|
2c38b21159
|
Moved link generation code out into its own module: templateHelper. Added feature to convert unsafe filenames to md5 hashes.
|
2011-08-06 21:39:54 +01:00 |
|
Michael Mathews
|
6786e850f5
|
Moved jsdoc module to rhino_modules.
|
2011-08-04 21:01:21 +01:00 |
|
Michael Mathews
|
a8cd6b59de
|
Tweaks to get UTF-8 reading/writing correct on Windows.
|
2011-06-19 10:47:24 +01:00 |
|
Michael Mathews
|
8799668ccf
|
Added more nodejs compatible version of require().
|
2011-06-17 21:06:37 +01:00 |
|