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 |
|