29 Commits

Author SHA1 Message Date
Jeff Williams
f55feb1a0e 'use strict'ify 2013-11-11 23:49:54 -08:00
Jeff Williams
8c65d81e23 match Node.js' console.log/error/info/warn/trace; speed up -X option (#298) 2013-04-18 23:16:47 -07:00
Jeff Williams
bdee90463f replace JSON-to-XML serializer 2012-10-15 20:47:08 -07:00
Jeff Williams
157d5c89ad update TaffyDB; move to node_modules 2012-10-15 05:22:13 -07:00
Jeff Williams
d22d59b315 improve error message when "-d console" isn't used (closes #174); JSHint cleanup 2012-09-08 18:15:20 -07:00
Jeff Williams
ef6f2e92d5 use arrays instead of objects in Haruki template. fixes #153. (thanks to @kpozin for the fix!) 2012-08-22 20:07:33 -07:00
Jeff Williams
a3bf78410b Merge pull request #166 from hegemonic/exports-publish 2012-08-22 08:57:58 -07:00
Jeff Williams
c43c183aaa disable JSHint's "asi" relaxing option 2012-07-06 07:40:24 -07:00
Jeff Williams
ce287745f1 enable JSDoc's "trailing" test 2012-07-04 16:27:06 -07:00
Jeff Williams
1951ea3821 enable JSHint's "undef" test 2012-07-04 16:22:08 -07:00
Jeff Williams
dabb0b4410 enable JSHint's "immed" test 2012-07-04 16:01:55 -07:00
Michael Mathews
d74bb87ec4 Removed stray console.log. 2012-05-30 07:00:10 +01:00
Michael Mathews
31c8554d57 Fix for @members not appearing in the output. 2012-05-29 20:31:57 +01:00
Michael Mathews
59655252e1 Fix for @returns type and description not appearing in the output. 2012-05-29 20:19:07 +01:00
Michael Mathews
6580e17629 Added support for @example in haruki. Added Readme with informations about haruki. 2012-05-29 16:27:49 +01:00
Rafał Wrzeszcz
fcc26990ca @abstract/@virtual tag support. 2011-12-10 10:27:33 +01:00
Michael Mathews
8799668ccf Added more nodejs compatible version of require(). 2011-06-17 21:06:37 +01: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
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
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
Michael Mathews
532672c71d Fixes in JSON output module to escape newlines, added normal templates module, added start of haruki template. 2010-08-05 19:18:39 +01:00