1098 Commits

Author SHA1 Message Date
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
Mark Wubben
53dbc2df1d Rename build/ folder, NPM removes it upon installation 2011-03-29 15:34:07 +01:00
Michael Mathews
79964a8727 Implemented excludePattern option in conf.json to exclude source files that match a given pattern. 2011-03-17 23:04:26 +00:00
Michael Mathews
98bd032049 Added borrow module to resolve borrowed symbols. 2011-03-17 22:19:50 +00:00
Michael Mathews
815147686b Fixed missing default value from template output. 2011-03-15 08:01:53 +00:00
Michael Mathews
91a6cdb245 Added support for {type} clauses in @property, @const, and @module. 2011-03-12 22:28:15 +00:00
Michael Mathews
4edb8bcff6 No longer need to add @lends to the documentation for module.exports. 2011-03-12 13:50:00 +00:00
Michael Mathews
98f5751ff7 Added support for globals in the default template. 2011-02-27 20:36:41 +00:00
Michael Mathews
5b5bc59161 Removed unused test file. 2011-02-27 19:36:47 +00:00
Michael Mathews
a3c43f1615 Removed unused tag synonyms. 2011-02-27 19:34:27 +00:00
Michael Mathews
96b0cce002 Added ancestry links. Namespaces are now shown in the nav. 2011-02-27 10:40:47 +00:00
Michael Mathews
71fc8b4e3c The @lends tag now marks itself as undocumented, so it doesnt overwrite the symbol being lent to. 2011-02-26 20:29:59 +00:00
Michael Mathews
0cbb98ae46 Fix conflicts. 2011-02-26 13:08:23 +00:00
Michael Mathews
32c59fa032 Rendering @links in type names. 2011-02-26 13:00:02 +00:00
Michael Mathews
523cb3dbd4 Added rendering of @links in classdesc and desc. 2011-02-26 12:42:04 +00:00
Michael Mathews
af8295aff4 Fixes for intrapage link rendering. 2011-02-26 12:18:05 +00:00
Michael Mathews
15268b3ce0 Better handling of multiple variations with the same name. 2011-02-26 12:08:55 +00:00
Michael Mathews
7ae6d436ad Better handling of multiple variations with the same name. 2011-02-26 12:01:06 +00:00