2025 Commits

Author SHA1 Message Date
Michael Mathews
17981bff3f Added support for the @deprecated tag. 2011-01-15 20:23:58 +00:00
Michael Mathews
0ff5df9193 Added support for @copyright tag. 2011-01-15 11:29:44 +00:00
Michael Mathews
b5266d765b Added support for @author tag. 2011-01-15 11:23:49 +00:00
Michael Mathews
8507f83e88 Added support for @access tag. 2011-01-15 11:16:29 +00:00
Michael Mathews
fc5319020f Added support for @global tag. 2011-01-14 21:21:45 +00:00
Michael Mathews
080ac73d49 Extra tests for @alias. 2011-01-13 23:01:03 +00:00
Michael Mathews
f97c4723af Minor refactor. 2011-01-13 16:58:25 +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
1d92f5e0a2 Cleaned up some unit tests. Refactored the parser and handlers a bit. 2011-01-11 20:08:31 +00:00
Michael Mathews
783d269556 Added tests for common modules. 2011-01-10 22:49:45 +00:00
Michael Mathews
8ff19e29b6 Moved mustache.js into modules. Added shell script to run jsdoc.jar. 2011-01-10 21:38:47 +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
bb873696d0 Added in linkify function to default template. Added ability to keep HTML tags in text processed by the markdown plugin. 2011-01-06 17:14:38 +00:00
Michael Mathews
50faaaa607 Minor tweaks to template. 2011-01-05 23:56:17 +00:00
Michael Mathews
3cc8078e23 Support for displaying mixes, summaries, and trimming leading whitespace. 2011-01-05 19:33:22 +00:00
Michael Mathews
ae71115165 Added output for returns and params in the default template. 2011-01-05 15:26:27 +00:00
Michael Mathews
6d4c1e61c1 Fixed bug with names["quoted"]. Tweaks to default template. 2011-01-03 22:48:04 +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
dc9d6552b6 Refactor continues. 2011-01-02 22:11:15 +00:00
Michael Mathews
46971ae61a Refactor continues. 2011-01-02 22:09:41 +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
bc6f1a9fa3 Added more docs for tagging commonjs modules. 2010-12-18 22:18:59 +00:00
Michael Mathews
5a78b4ada1 Added tests for requirejs style module definitions. 2010-12-18 21:33:17 +00:00
Michael Mathews
7fecfa0717 Added support for names in modules that are not safe variable names in JS. 2010-12-18 16:26:33 +00:00
Michael Mathews
bae5b6d03b Added link to CommonJS module identifiers. 2010-12-18 15:18:33 +00:00
Michael Mathews
bcafd53cde Fixed link for tag doc pages.. 2010-12-18 15:09:40 +00:00
Michael Mathews
4a5567be38 Started documentation folder. 2010-12-18 15:08:12 +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
3f0b393b0e Tweaked schema to match recent changes to @description and @returns type. 2010-12-18 12:26:15 +00:00
Michael Mathews
f9d07621d8 The type property of long tags is now only an array when there are multiples. 2010-12-17 16:09:20 +00:00
Michael Mathews
610c254aa5 Changed references to "desc" to "description". 2010-12-17 15:28:18 +00:00
Michael Mathews
b136538f2c Fixed bug causing invalid JSON to be generated by haruki when the return value of an event was undefined. 2010-12-17 11:34:07 +00:00
Michael Mathews
9b5192a233 Fixed bug causing invalid JSON to be generated by haruki when the return value of a function was undefined. 2010-12-17 11:13:12 +00:00
Michael Mathews
f97a8b5f64 Add support for mixins to appear in haruki output. 2010-12-17 10:53:50 +00:00
Michael Mathews
684e22f90d Added ability to display static properties in Haruki template. 2010-08-10 18:12:36 +01:00
Michael Mathews
9c66a00755 Fixed bug that prevented functions from being attached to non-classes in Haruki template. 2010-08-10 17:26:20 +01:00
Michael Mathews
36b2684b9a Added support for constructor and methods of constructor (static methods). 2010-08-10 13:00:11 +01:00
Michael Mathews
46d5dc17b7 More work on the haruki template, now shows nested namespaces, classes, methods, properties and parameters. 2010-08-09 18:12:25 +01:00
Thomas Yandell
f382b16003 Reworked JSON generation for haruki schema. 2010-08-09 17:25:14 +08:00