Jeff Williams
019ebb538f
only show a module's summary info once ( #701 )
2014-08-18 16:13:53 -07:00
Jeff Williams
482d34cc5e
cleanup
2014-08-18 15:51:48 -07:00
Jeff Williams
4479e69578
don't show modules on the Globals page ( #700 )
2014-08-18 14:55:40 -07:00
Jeff Williams
61e637bae6
if a module exports only an overloaded method, show every version of the method ( #727 )
2014-08-12 09:50:11 -07:00
Jeff Williams
2f87fb11dc
improvements to interface and implements tags
...
- Change doclet property names
- Populate the list of property implementations in augment.js, not in the template
- Tone down the presentation of both tags in the default template
- Other related cleanup
2014-08-11 16:02:00 -07:00
MinHyeong Kim
cc9ceb700b
fix codes for patch. excepts 'implements not functions' issue.
2014-08-11 16:01:59 -07:00
MinHyeong Kim
ef70ffe2bd
modify codes for @interface, @implements annotation.
2014-08-11 16:01:59 -07:00
Jeff Williams
19867a07b0
show mixins for members, not just classes and modules ( #379 )
2014-07-01 16:54:38 -07:00
Jeff Williams
8c66aef685
fix several template issues for modules ( #522 , #672 )
...
- Show type info for modules that export something other than a class or a function. (#672 )
- Do not duplicate the module description at the start of each page.
- Display the module description before the class description. (#522 )
2014-06-30 20:55:57 -07:00
Jeff Williams
da7911bcf8
remove a bogus anchor tag for namespace links
2014-06-28 16:59:01 -07:00
Tim Popham
c1617b8e1f
Add "Mixins" to module view
2014-03-14 12:50:49 -07:00
Jeff Williams
49ad746e49
trailing whitespace cleanup
2014-03-04 13:47:57 -08:00
Jeff Williams
48e6c392d5
huge whitespace cleanup
...
- remove all trailing whitespace
- for consistency, replace all tabs with spaces
2014-03-03 07:43:01 -08:00
Jeff Williams
3caf49520d
Revert "hide source location if outputSourceFiles is false ( #571 )"
...
Caused regression #592 .
This reverts commit 8a50d1f064fc719e4099faf426d81e45690f07fd.
2014-03-01 08:09:43 -08:00
Jeff Williams
8a50d1f064
hide source location if outputSourceFiles is false ( #571 )
2014-02-16 09:15:14 -08:00
Jeff Williams
a693262c66
handle typedefs that contain functions ( #292 )
2013-01-23 22:03:29 -08:00
Jeff Williams
5df4fd432d
update the default template to generate pretty-printed source files ( #208 )
...
enabled by default. to disable pretty-printed source files, add the
property templates.default.outputSourceFiles: false to your conf.json
file.
2013-01-22 20:34:41 -08:00
Jeff Williams
adcb06ca56
include global typedefs and events in template output; don't put "undefined" into typedef headers ( #292 )
2012-12-27 07:41:38 -08:00
Jeff Williams
b07d19f43a
show complete info for global functions on Global page ( #285 )
2012-12-21 11:39:36 -08:00
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
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
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
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
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
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
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
7ae6d436ad
Better handling of multiple variations with the same name.
2011-02-26 12:01:06 +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