67 Commits

Author SHA1 Message Date
Michael Mathews
6d914ee30e Added support for including README.md content on the output index page. Closes #128 2012-06-21 22:46:32 +01:00
Michael Mathews
1efee9d908 Added link to index page, added files and package information to index page content. Closes #51. 2012-06-01 09:47:47 +01:00
Michael Mathews
2cdb27fd6d Changes to default template to support index page [submitted by reklis (Steven Fusco)]. 2012-05-14 17:18:48 +01:00
Ben Blank
22ce570985 tweak default template to support <p> tags within descriptions 2012-04-24 17:19:44 -07:00
Jannon
a3cdf01397 Adding HTML5Shiv for crappy IE 2012-03-21 00:12:31 -07:00
Rafał Wrzeszcz
cd3abea318 Dropped print() calls in template in favor of templating engine. 2012-01-04 11:50:33 +01:00
Rafał Wrzeszcz
84b44480ba Improved template engine. 2012-01-04 10:48:41 +01:00
Rafał Wrzeszcz
ac02928d3d Tutorials support in template. 2011-12-15 13:21:52 +01:00
Rafał Wrzeszcz
f6216e6d28 Support for @tutorial tag (both DocBlock and inline). 2011-12-15 12:47:56 +01:00
Michael Mathews
83dffea495 Changes to support displaying typedef, fixed issue that caused methods with multiple returns to be documented with the last return instead of the first. 2011-11-17 06:59:52 +00:00
Michael Mathews
3a87bad98b Visual tweaks to default template. 2011-10-16 00:15:56 +01:00
Michael Mathews
a9963a0167 Fixed incorrect intrapage links for events. Closes #38. 2011-10-12 22:54:36 +01:00
Michael Mathews
a406e1cebc Merge branch 'inline_property_tags' 2011-10-08 10:26:06 +01:00
Maël Nison
dc973eca05 Added some style for details elements in default template 2011-10-03 09:07:15 +02:00
Michael Mathews
18d1472810 Fix for event names not being linked in the template output. 2011-10-02 22:07:08 +01:00
Michael Mathews
2e857fcecc Added support for @enum. Rename old @property to @member. 2011-09-26 14:46:31 +01:00
Michael Mathews
31161fc9b6 Rename old @property tag to @member. 2011-09-24 21:52:35 +01:00
Michael Mathews
ce3671cb43 Change to CSS on default template to hide the variation name, when displaying multiple symbols with the same name. Added test case file with example of more complex variations usage. 2011-08-29 20:52:40 +01:00
Rotorz Limited
9b70ac5b89 Replaced exceptions and returns template calling for cleaner rendering (ul + li not included for just one item) 2011-08-29 14:45:35 +02:00
Rotorz Limited
c22f160322 Remove <li> element from template 2011-08-29 14:43:27 +02:00
Rotorz Limited
d1635ea85b Remove <li> element from template 2011-08-29 14:42:56 +02:00
Rotorz Limited
5fe8e7b980 Made returns consistent with the other tag templates 2011-08-29 14:35:13 +02:00
Rotorz Limited
192399c74a Fixed issue where parameter types were not being rendered 2011-08-29 14:33:28 +02:00
Michael Mathews
ad08ca047a Added classnames to template sections corresponding to the related tag. 2011-08-20 12:15:09 +01:00
Michael Mathews
fc94a23f8c Added support for @todo. 2011-08-20 11:57:33 +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
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
815147686b Fixed missing default value from template output. 2011-03-15 08:01:53 +00:00
Michael Mathews
4edb8bcff6 No longer need to add @lends to the documentation for module.exports. 2011-03-12 13:50:00 +00: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
32c59fa032 Rendering @links in type names. 2011-02-26 13:00:02 +00:00
Michael Mathews
af8295aff4 Fixes for intrapage link rendering. 2011-02-26 12:18:05 +00:00
Michael Mathews
7ae6d436ad Better handling of multiple variations with the same name. 2011-02-26 12:01:06 +00:00
Michael Mathews
86e91ca052 Improvements to default template. 2011-02-25 23:00:07 +00:00
Michael Mathews
a76a9891dd Improved doc comments in some of the jsdoc modules. 2011-02-25 13:41:05 +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
micmath
d53971d2f3 Added support for the @also pragma, to allow multiple doclets to be associated with the same line of source code. Tweaks to the default template.
git-svn-id: https://jsdoc.googlecode.com/svn/trunk/@11 d5942f49-e6af-b5c1-9d01-85772c7ca168
2011-02-24 17:09:48 +00:00
micmath
334ea0b24b Update to build script to handle mirroring to svn.
git-svn-id: https://jsdoc.googlecode.com/svn/trunk/@8 d5942f49-e6af-b5c1-9d01-85772c7ca168
2011-02-05 23:00:00 +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
92b54f6f32 Added support for the @default tag. 2011-02-04 21:37:36 +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