41 Commits

Author SHA1 Message Date
Michael Mathews
21acdae04f Added exceptions to template. Improved name/longname resolution: namespace now is only applied to longname when using the @alias tag, names that are fully quoted strings no longer have incorrect shortening. 2011-01-26 08:48:01 +00:00
Michael Mathews
5d9e175778 Added additional test for alias. 2011-01-25 19:19:49 +00:00
Michael Mathews
221aa8cbad Changed kind from "constructor" to "class", added support for @constructs tag to document the constructor function separately to the class documentation. Added support for documenting anonymous functions. 2011-01-24 18:00:01 +00:00
Michael Mathews
a0cb357397 Made returns property an array. 2011-01-23 14:09:10 +00:00
Michael Mathews
bedb2d749d Tweaks to param template. Added support for multiple paths to require. 2011-01-23 10:57:00 +00:00
Michael Mathews
aef2663dc2 Improved layout and css of params in the default template. 2011-01-23 01:20:02 +00:00
Michael Mathews
d57a993a1a Added --configure option. 2011-01-17 22:00:45 +00:00
Michael Mathews
41b626ce88 Added support for the @ignore tag. 2011-01-15 22:16:59 +00:00
Michael Mathews
71e60860d9 Added support for the @exception tag. 2011-01-15 22:04:35 +00:00
Michael Mathews
fc5319020f Added support for @global tag. 2011-01-14 21:21:45 +00:00
Michael Mathews
70d9bb2e5e Added initial support for @alias tag. Added test for @module tag. 2011-01-13 00:46:41 +00:00
Michael Mathews
0624faf305 Added tests for parser handlers. Cleaned up unused modules. 2011-01-11 20:37:26 +00:00
Michael Mathews
e1ffad5694 Improved query string handling 2011-01-09 17:51:37 +00:00
Michael Mathews
e51f8533bd Added support for the -q --query option to pass in custom options. Added support for haruki to generate XML when the format=xml query option is seen. 2011-01-09 14:39:44 +00:00
Michael Mathews
2f60a28619 Changes to update the haruki template to work with refactored core code. 2011-01-09 14:05:39 +00:00
Michael Mathews
06f81aaf6b Added sqlite support. 2011-01-09 00:06:55 +00:00
Michael Mathews
5a9c19ff9d Added taffydb, tweaked mustachejs to define a "last?" value in loops (true on the last item), added use of last? into templates. 2011-01-08 16:09:02 +00:00
Michael Mathews
af18eca3b2 Tweaks to template. 2011-01-07 17:19:06 +00:00
Michael Mathews
70b4260697 Changed -D option (which will become the "Define Option" option for compatibility reason) to the -X option, for "expel" all the doclets to console and quit. 2011-01-07 12:31:24 +00:00
Michael Mathews
b96fc0f6e6 Added option -D to dump the doclets to console and quit, possibly useful for debugging? 2011-01-07 12:26:21 +00:00
Michael Mathews
3cc8078e23 Support for displaying mixes, summaries, and trimming leading whitespace. 2011-01-05 19:33:22 +00:00
Michael Mathews
1d18f3950d Fix name and longname for file doclets. 2011-01-03 19:48:14 +00:00
Michael Mathews
43efe8048b Refactor continues. 2011-01-02 22:12:00 +00:00
Michael Mathews
568e36449c Added support for pragma comments. 2010-12-28 17:58:17 +00:00
Michael Mathews
db62d9e7b4 Added events, added parse handlers, added plugins and markdown plugin support. 2010-12-27 15:18:44 +00:00
Michael Mathews
7b55f59263 Start of deep refactor. 2010-12-26 13:52:53 +00:00
Michael Mathews
71144fa6ce Added support for the -r (recurse) option to the options processor. 2010-12-18 12:44:14 +00:00
Michael Mathews
b60a316841 Cleaned up naming of required modules. 2010-07-25 12:39:15 +01:00
Michael Mathews
512f0db298 Added support for the --nocode option. 2010-07-19 07:57:52 +01:00
Michael Mathews
39a7ec5f19 Set vanilla to be the default template. 2010-07-16 15:08:39 +01:00
Michael Mathews
909cb5ac52 Added mustache example template, vanilla. 2010-07-16 14:54:53 +01:00
Michael Mathews
a5c95a2262 Added ability to define type in @const. Cleaned up doclet postprocess function to use tagdictionary instead of ad hoc rules. 2010-07-07 23:21:38 +01:00
Michael Mathews
f6f962e847 Added tests for jsdoc/src. 2010-06-27 20:57:11 +01:00
Michael Mathews
0c577940df Added JSpec tests. 2010-06-27 16:58:20 +01:00
Michael Mathews
1da08819b7 Added improvements and tests for docsets. 2010-06-13 23:06:31 +01:00
Michael Mathews
f4fc6619ae renamed @property to @member, @kind to @denom. Added testsuites. 2010-06-12 21:32:34 +01:00
Michael Mathews
4820ac398d Added encoding option. 2010-06-12 10:43:44 +01:00
Michael Mathews
04bc22c2fa Updated schema. 2010-06-09 22:55:51 +01:00
Michael Mathews
1bd89d7774 Added test framework, json validation, fixed bug in file reading code for require. 2010-06-09 22:09:01 +01:00
Michael Mathews
f1fc5166bd Make calls to jsdoc.jar work from any directory. 2010-06-06 21:34:37 +01:00
Michael Mathews
3af2c46d72 First code commit. 2010-06-06 21:11:11 +01:00