33 Commits

Author SHA1 Message Date
Michael Mathews
f78a10c4b4 Added additional tests for @exports. 2011-01-29 17:08:01 +00:00
Michael Mathews
f7a62a913a Added better support for documenting properties of the "exports" global in commonjs modules. 2011-01-29 10:31:50 +00:00
Michael Mathews
5d9e175778 Added additional test for alias. 2011-01-25 19:19:49 +00:00
Michael Mathews
0297bb99f9 Added support for @project and @license tags. Better support for this-variables in a @constructs scope. Name property no does not have namespace applied, only longname does. 2011-01-24 22:42:14 +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
210a7d103c Added support for @this tag. 2011-01-21 21:24:16 +00:00
Michael Mathews
683e11593e Added better support for documenting module members via @exports and @requires. 2011-01-18 20:05:57 +00:00
Michael Mathews
22fc216425 Added tests for @class tag. 2011-01-16 19:45:59 +00:00
Michael Mathews
a00113b32c Added tests for @member. 2011-01-16 12:32:57 +00:00
Michael Mathews
97ae97b46f Added support for @readonly tag. 2011-01-16 12:20:49 +00:00
Michael Mathews
8f5f41f78c Tests for @augment and @private. 2011-01-16 12:08:23 +00:00
Michael Mathews
b309be6a01 Added support for the @see tag. 2011-01-16 11:49:06 +00:00
Michael Mathews
176205c398 Added support for the @see tag. 2011-01-16 11:39:02 +00:00
Michael Mathews
8f73a4f2f1 Added test cases for the @param tag. 2011-01-16 11:25:50 +00:00
Michael Mathews
db657942e9 Added test cases for the @param tag. 2011-01-16 11:17:42 +00:00
Michael Mathews
c2b480f887 Added support for the @type tag. 2011-01-16 00:39:10 +00:00
Michael Mathews
4a4e4be1ac Added support for the @version tag. 2011-01-15 23:47:26 +00:00
Michael Mathews
2293d96962 Added support for the @since tag. 2011-01-15 22:25:36 +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
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
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
783d269556 Added tests for common modules. 2011-01-10 22:49:45 +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
db62d9e7b4 Added events, added parse handlers, added plugins and markdown plugin support. 2010-12-27 15:18:44 +00:00