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
|
0290399e3c
|
Added support for dox-style @api tag. Fixed but that prevented "module" docspace from being applied to module names. Changed version number to be more compatible with semantic versions. Renamed about.json to package.json to be more compatible with commonjs.
|
2010-07-16 10:13:19 +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
|
44df2ede7e
|
The namepath connector for inner symbols changed from - to ~. Added type to @exception.
|
2010-07-10 09:24:16 +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
|
02d7a1bea6
|
Moved jar build code into the main ant script.
|
2010-07-07 13:13:54 +01:00 |
|
Michael Mathews
|
c50a5aa14d
|
Moved java dir into build dir.
|
2010-07-07 13:00:30 +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 |
|
Michael Mathews
|
0a0e35cfd7
|
Added tests for jsdoc.tag.
|
2010-06-27 22:56:16 +01:00 |
|
Michael Mathews
|
0965910fa5
|
Added tets for jsdoc.doclet.
|
2010-06-27 22:09:58 +01:00 |
|
Michael Mathews
|
794ce9831b
|
Added tests for jsdoc/docset.
|
2010-06-27 21:34:02 +01:00 |
|
Michael Mathews
|
1a6a90320e
|
Added tests for jsdoc.parser.
|
2010-06-27 21:24:20 +01:00 |
|
Michael Mathews
|
f6f962e847
|
Added tests for jsdoc/src.
|
2010-06-27 20:57:11 +01:00 |
|
Michael Mathews
|
34214405d5
|
Added information of installing.
|
2010-06-27 17:15:54 +01:00 |
|
Michael Mathews
|
0c577940df
|
Added JSpec tests.
|
2010-06-27 16:58:20 +01:00 |
|
(no author)
|
9f0ec01a48
|
Initial directory structure.
git-svn-id: https://jsdoc.googlecode.com/svn/trunk/@1 d5942f49-e6af-b5c1-9d01-85772c7ca168
|
2010-06-27 10:05:06 +00:00 |
|
Michael Mathews
|
e5cf855194
|
Normalise line endings in xml output.
|
2010-06-21 11:26:57 +01:00 |
|
Michael Mathews
|
b4115bd6d6
|
Fix for problem with resolution of event names.
|
2010-06-20 21:26:45 +01:00 |
|
Michael Mathews
|
f186158ccc
|
Changes to features to translate JSON to XML. Added support for default values, with tests. Compiled jsdoc.jar for Java 1.5.
|
2010-06-17 22:38:08 +01:00 |
|
Michael Mathews
|
95647fc526
|
Added implementation and tests for @returns and @example.
|
2010-06-15 22:00:57 +01:00 |
|
Michael Mathews
|
1dac5e534d
|
Fixes and tests related to params and types.
|
2010-06-15 15:37:00 +01:00 |
|
Michael Mathews
|
9a45e4a8a4
|
Added support for params, nullable, optional.
|
2010-06-15 00:09:09 +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 |
|
Michael Mathews
|
bf9c65d03d
|
first commit
|
2010-03-13 09:21:05 +00:00 |
|