656 Commits

Author SHA1 Message Date
Michael Mathews
3cc8078e23 Support for displaying mixes, summaries, and trimming leading whitespace. 2011-01-05 19:33:22 +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
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
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
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
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
Michael Mathews
1170f87b15 More work on the schema. 2010-08-03 21:12:10 +01:00
Michael Mathews
931d2ee6bf More fixes to schema. Added tests for @tag. 2010-08-02 23:27:04 +01:00
Michael Mathews
cad6e9c01a Added support for @mixin tag. 2010-07-30 21:38:31 +01:00
Michael Mathews
6d3143143e More tests for inferring names of vars. Refactoring of name module. 2010-07-30 07:50:16 +01:00
Michael Mathews
4315eee3b3 Added docs and tests for type unions in the @type tag. 2010-07-28 22:46:08 +01:00
Michael Mathews
46b1905ebc Fixed bug that caused inner symbols with @inner tag to have the wrong path. 2010-07-28 15:33:55 +01:00
Michael Mathews
ce34d93966 Fixed but that affected @memberof where the parent ended in # or ~. 2010-07-28 00:25:29 +01:00
Michael Mathews
e8bbaef861 @isa becomes @kind 2010-07-24 10:21:35 +01:00
Michael Mathews
f2b689f09b Fix for issue that caused scope to be wrong when @memberof was provided but no @name was given. 2010-07-22 23:19:21 +01:00
Michael Mathews
a84b8bcb19 Added tests for scope. 2010-07-21 07:25:26 +01:00
Michael Mathews
e4a13db06d Divided attrib into access and scope properties. 2010-07-20 21:28:06 +01:00
Michael Mathews
3a48203e8d Installed Resig`s simple templating. Fixed memberof resolution, changed @access to @attrib. 2010-07-19 23:00:28 +01:00
Michael Mathews
cc001da8a5 Added example of e4x. Changed @variable tag to @var. 2010-07-18 19:52:12 +01:00
Michael Mathews
3220279b30 Much work to get correct namepaths calculated when user doesn`t provide @name or @isa. 2010-07-11 22:51:30 +01:00
Michael Mathews
4deae8c570 Added ability to omit param name using dash syntax. Added tests for @param. 2010-07-10 22:32:52 +01:00
Michael Mathews
2a88396780 Added support for @ignore. 2010-07-10 18:28:16 +01:00
Michael Mathews
47fc4cb4b9 Converting jsdoc_test.js from version 2 to version 3. Added support for some more version 1 tags. 2010-07-10 12:55:54 +01:00
Michael Mathews
6a1a46aeba Qouted names keep their quotes. 2010-07-10 10:08:08 +01:00
Michael Mathews
eb6c9d0bdb The namepath connector for inner symbols changed from - to ~. Added type to @exception. 2010-07-10 09:19:41 +01:00
Michael Mathews
7aaa23bd47 Added support for @author, @since, and @version. Added jsdoc test file from JSDoc 2 to test samples. 2010-07-10 08:36:22 +01:00
Michael Mathews
30812f4e94 Added support for @class. 2010-07-09 21:51:52 +01:00
Michael Mathews
6db800da84 Extra tests for @constructor. 2010-07-09 21:34:10 +01:00
Michael Mathews
33ef0da73c Improved comments for tag dictionary. Added support for @fires and @throws. 2010-07-08 22:47:49 +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
a5c342a395 Added tets for @const and @preserve. 2010-07-07 00:10:04 +01:00
Michael Mathews
df444b4524 Added tests for @name and @example. Added fix for preserving whitespace in examples. 2010-07-05 21:13:15 +01:00
Michael Mathews
93a3c0dd81 Added tests for @desc. 2010-07-04 23:03:33 +01:00
Michael Mathews
dac2229fd2 Cleaned up tag dictionary, modified tag and doclet code to use the dictionary more. 2010-07-04 19:18:00 +01:00
Michael Mathews
22cb3d2ef6 Added tests for @file, @returns, and @type. 2010-07-04 01:48:04 +01:00
Michael Mathews
666dd53143 Added tests for @method and @member. 2010-07-02 07:19:59 +01:00
Michael Mathews
e3f6d5a3e5 Added support for @property tag, with tests. 2010-07-01 22:54:50 +01:00
Michael Mathews
f5b2ef38f2 Added tests for @namespace. 2010-06-30 22:11:55 +01:00
Michael Mathews
e81f89cfbd Added tests for @constructor tag. 2010-06-28 23:52:50 +01:00