2665 Commits

Author SHA1 Message Date
Michael Mathews
d083a879ce Symbols marked with @ignore are now filtered out of the published documentation. 2011-08-30 22:42:04 +01:00
Michael Mathews
8ee5fff8d1 Merge pull request #25 from rotorz/master
{@link url} elements were not being transformed into clickable links
2011-08-30 14:06:42 -07: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
008905765d Bumped the revision number. 2011-08-29 20:53:19 +01:00
Michael Mathews
ce3671cb43 Change to CSS on default template to hide the variation name, when displaying multiple symbols with the same name. Added test case file with example of more complex variations usage. 2011-08-29 20:52:40 +01:00
Michael Mathews
373ad7b8da Merge pull request #23 from rotorz/master
Aims to address issue #22
2011-08-28 23:03:08 -07:00
Rotorz Limited
9b70ac5b89 Replaced exceptions and returns template calling for cleaner rendering (ul + li not included for just one item) 2011-08-29 14:45:35 +02:00
Rotorz Limited
c22f160322 Remove <li> element from template 2011-08-29 14:43:27 +02:00
Rotorz Limited
d1635ea85b Remove <li> element from template 2011-08-29 14:42:56 +02:00
Rotorz Limited
5fe8e7b980 Made returns consistent with the other tag templates 2011-08-29 14:35:13 +02:00
Rotorz Limited
192399c74a Fixed issue where parameter types were not being rendered 2011-08-29 14:33:28 +02: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
9f742529f6 Merge branch 'master' of github.com:micmath/jsdoc 2011-08-20 12:15:31 +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
02c7c5049f Merge pull request #20 from masklinn/master
Fixed formatting of See Also section in readme, added a link to doc sources (so contributors can help with e.g. @tags documentation)
2011-08-18 08:18:49 -07:00
masklinn
c9b77182f7 Fix formatting of See Also section, add link to project documentation sources. 2011-08-19 00:32:08 +03:00
Michael Mathews
b1f6ebf6d9 Fixed formatting in README. 2011-08-15 19:48:20 +01:00
Michael Mathews
c1ed8d84c3 Added @mixes tag. 2011-08-15 19:40:45 +01:00
Michael Mathews
0c64dc6a1f Improvements to plugin API. Added initial README for authoring plugins. 2011-08-15 19:39:48 +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
32f6b1f460 Added testhelper to resolve {@link ...} tags. 2011-08-04 20:46:02 +01:00
Michael Mathews
55a2b97df6 Merge branch 'master' of github.com:micmath/jsdoc 2011-08-04 11:52:26 +01:00
Michael Mathews
095609053e Added some readmes. Added feature to linkify wen URLS in @see tags. 2011-08-04 11:51:46 +01:00
Michael Mathews
11d03211f5 Merge pull request #19 from shahyar/master
Fix for class documentation
2011-07-04 12:37:29 -07:00
shahyar
a0f1c8cc1a Fixing a class doc error 2011-07-04 12:56:17 -04:00
Michael Mathews
51c8046fcc Added support in default template for modules that are also classes. 2011-06-23 21:50:09 +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
d5a0d3a3d9 Added Jake build script. 2011-06-18 12:52:24 +01:00
Michael Mathews
c506b2f149 Updated README. 2011-06-18 10:24:32 +01:00
Michael Mathews
fc1094cfb2 Updated README. 2011-06-18 10:13:44 +01:00
Michael Mathews
8799668ccf Added more nodejs compatible version of require(). 2011-06-17 21:06:37 +01:00
Michael Mathews
3318a51d2a Adding missing rhino dependency. 2011-05-11 14:11:34 +01:00
Michael Mathews
ee382cdad1 Removing my own jar file and just including rhino with updated instructions on how to run jsdoc via rhino directly, build script is no longer necessary. This should path issues reported on non *nix platforms. [closes #15] 2011-05-10 21:03:37 +01:00
Michael Mathews
a43ca23c24 Updated with usage notes. 2011-05-07 13:33:02 +01:00
Michael Mathews
f7421592e2 Fixed bug that caused documenting built-in names like "constructor" to cause crash, and missing symbols from the template index. (Fixes #12). 2011-04-13 00:02:30 +02:00
Michael Mathews
95eebc9250 Changes
to improve debugging, added debugging notes to the README.
2011-04-12 21:49:40 +02:00
Michael Mathews
be570e701b Updated README. 2011-04-12 11:09:06 +02:00
Michael Mathews
60b67732ac Updated README with information about dependencies. 2011-04-10 23:27:19 +02:00
Michael Mathews
7fc4708526 Added addition tests for the @default tag. 2011-04-10 09:54:07 +02:00
Michael Mathews
2b3553dd64 Added boolean trus and false to the list of @default values recognised from the code source. Added support for invalid variable name characters in the keys of objectliterals, plus tests. 2011-04-10 00:31:54 +02:00
Michael Mathews
20416aa65c Added support for @lends to the global. 2011-04-09 21:44:44 +02:00
Michael Mathews
d7675bbb2f Fixed failing unit test on dumper where dates were not being stringified in a uniform timezone offest. 2011-04-09 21:36:59 +02:00
Michael Mathews
37b9e2bf78 Added explicit classpath to the bash script. 2011-04-09 19:48:59 +02:00
Michael Mathews
813fd8ad63 Changed name of build folder to make compatible with NPM. 2011-03-29 22:13:49 +01:00
Michael Mathews
88e9ab9e32 Merge branch 'master' of https://github.com/novemberborn/jsdoc into novemberborn-master 2011-03-29 22:04:48 +01:00
Michael Mathews
511703cce8 Fix for broken borrows resolution code. 2011-03-29 17:58:50 +01:00