Michael Mathews
|
e12a335a84
|
Remove members of anonymous functions from the output.
|
2011-09-02 21:24:36 +01:00 |
|
Michael Mathews
|
29fb1c069a
|
Added support for documenting externals.
|
2011-09-01 07:48:48 +01:00 |
|
Michael Mathews
|
d083a879ce
|
Symbols marked with @ignore are now filtered out of the published documentation.
|
2011-08-30 22:42:04 +01:00 |
|
Michael Mathews
|
c1ed8d84c3
|
Added @mixes tag.
|
2011-08-15 19:40:45 +01:00 |
|
Michael Mathews
|
c6bae386ba
|
Added @var @prop as synonyms for @property. Added configuration for jsVersion, to control the version of JavaScript that is parsable by rhino.
|
2011-08-14 12:35:00 +01:00 |
|
Michael Mathews
|
2c38b21159
|
Moved link generation code out into its own module: templateHelper. Added feature to convert unsafe filenames to md5 hashes.
|
2011-08-06 21:39:54 +01:00 |
|
Michael Mathews
|
32f6b1f460
|
Added testhelper to resolve {@link ...} tags.
|
2011-08-04 20:46:02 +01:00 |
|
Michael Mathews
|
55a2b97df6
|
Merge branch 'master' of github.com:micmath/jsdoc
|
2011-08-04 11:52:26 +01:00 |
|
Michael Mathews
|
095609053e
|
Added some readmes. Added feature to linkify wen URLS in @see tags.
|
2011-08-04 11:51:46 +01:00 |
|
shahyar
|
a0f1c8cc1a
|
Fixing a class doc error
|
2011-07-04 12:56:17 -04:00 |
|
Michael Mathews
|
51c8046fcc
|
Added support in default template for modules that are also classes.
|
2011-06-23 21:50:09 +01:00 |
|
Michael Mathews
|
a8cd6b59de
|
Tweaks to get UTF-8 reading/writing correct on Windows.
|
2011-06-19 10:47:24 +01:00 |
|
Michael Mathews
|
8799668ccf
|
Added more nodejs compatible version of require().
|
2011-06-17 21:06:37 +01:00 |
|
Michael Mathews
|
f7421592e2
|
Fixed bug that caused documenting built-in names like "constructor" to cause crash, and missing symbols from the template index. (Fixes #12).
|
2011-04-13 00:02:30 +02:00 |
|
Michael Mathews
|
98f5751ff7
|
Added support for globals in the default template.
|
2011-02-27 20:36:41 +00:00 |
|
Michael Mathews
|
96b0cce002
|
Added ancestry links. Namespaces are now shown in the nav.
|
2011-02-27 10:40:47 +00:00 |
|
Michael Mathews
|
523cb3dbd4
|
Added rendering of @links in classdesc and desc.
|
2011-02-26 12:42:04 +00:00 |
|
Michael Mathews
|
af8295aff4
|
Fixes for intrapage link rendering.
|
2011-02-26 12:18:05 +00:00 |
|
Michael Mathews
|
15268b3ce0
|
Better handling of multiple variations with the same name.
|
2011-02-26 12:08:55 +00:00 |
|
Michael Mathews
|
7ae6d436ad
|
Better handling of multiple variations with the same name.
|
2011-02-26 12:01:06 +00:00 |
|
micmath
|
0c714c98f0
|
Improvements to default template: added navigation.
git-svn-id: https://jsdoc.googlecode.com/svn/trunk/@19 d5942f49-e6af-b5c1-9d01-85772c7ca168
|
2011-02-25 12:17:39 +00:00 |
|
micmath
|
54c0e0b8c0
|
Work on templates. Replaced mustache with Underscore Template code.
git-svn-id: https://jsdoc.googlecode.com/svn/trunk/@18 d5942f49-e6af-b5c1-9d01-85772c7ca168
|
2011-02-24 17:11:28 +00:00 |
|
micmath
|
b70a9bf0ef
|
Fixed up default template more, added static files.
git-svn-id: https://jsdoc.googlecode.com/svn/trunk/@16 d5942f49-e6af-b5c1-9d01-85772c7ca168
|
2011-02-24 17:10:50 +00:00 |
|
Michael Mathews
|
15e0b19960
|
Fixes to the display of @example in th edefault template.
|
2011-02-05 22:36:25 +00:00 |
|
Michael Mathews
|
3fb43f45c2
|
Update to default template to show property attributes.
|
2011-02-05 11:31:02 +00:00 |
|
Michael Mathews
|
ef817dbb35
|
Updates to internal jsdocs. Improvements to the defaulttemplate.
|
2011-01-31 22:02:42 +00:00 |
|
Michael Mathews
|
21acdae04f
|
Added exceptions to template. Improved name/longname resolution: namespace now is only applied to longname when using the @alias tag, names that are fully quoted strings no longer have incorrect shortening.
|
2011-01-26 08:48:01 +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
|
a0cb357397
|
Made returns property an array.
|
2011-01-23 14:09:10 +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
|
2f60a28619
|
Changes to update the haruki template to work with refactored core code.
|
2011-01-09 14:05:39 +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
|
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
|
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
|
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
|
3a48203e8d
|
Installed Resig`s simple templating. Fixed memberof resolution, changed @access to @attrib.
|
2010-07-19 23:00:28 +01:00 |
|
Michael Mathews
|
39a7ec5f19
|
Set vanilla to be the default template.
|
2010-07-16 15:08:39 +01:00 |
|