253 Commits

Author SHA1 Message Date
Jeff Williams
00b9dbb8c8 don't write empty class descriptions to template output (#741) 2014-10-07 08:52:32 -07:00
Jeff Williams
3b865dde3f Merge remote-tracking branch 'brjs/fix-classdesc-in-modules' 2014-10-07 08:45:24 -07:00
Jeff Williams
d527f3e6b0 prevent crash when a returns tag does not have a value (#751) 2014-09-05 15:30:21 -07:00
Dominic Chambers
982d4ddb88 Updated the template so it now display the @classdesc for classes
defined within the modules.
2014-08-20 21:15:06 +01:00
Dominic Chambers
fea85645e0 Display the class description even when the class is defined within a
module.
2014-08-19 17:45:33 +01:00
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
87c33e242b modify codes for generate describe interface's all properties. 2014-08-11 16:01:59 -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
5c59bc1488 fix a crash (and incorrect output) when a property has its own properties (#697) 2014-07-01 19:56:19 -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
6e940d275b do not show the default values for enums (#689) 2014-07-01 16:34:07 -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
Jeff Williams
14d11c2844 remove parameter properties from the method signature (#680) 2014-06-22 19:45:02 -07:00
Jeff Williams
329db29c4f fix syntax for modules that export a single constructor (#655) 2014-05-29 18:51:36 -07:00
Jeff Williams
073d7e83e3 enable ESLint space-infix-ops rule (and associated cleanup) 2014-04-19 11:04:53 -07:00
Jeff Williams
bce238bb51 replace JSHint with ESLint (and associated cleanup) 2014-04-19 10:38:02 -07:00
Jeff Williams
254dda50b1 show more info for Closure Compiler type expressions (#618) 2014-04-18 16:46:34 -07:00
Jeff Williams
bac1ea00fa Merge pull request #602 from popham/add-missing-mixins
Add "Mixins" to module view
2014-04-13 09:06:32 -07:00
Jeff Williams
a476aef10b correct title for "Attributes" column (#618) 2014-04-04 08:58:47 -07:00
Jeff Williams
8128dc5335 handle default values that are array literals (#604)
plus some test cleanup
2014-03-18 10:16:41 -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
39daa9ab23 hide source location if outputSourceFiles is false (#571)
revised fix to address the regression in #592
2014-03-01 08:18:08 -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
7b297d063a display required modules for methods (#563) 2014-02-01 19:30:25 -08:00
Jeff Williams
d82928342c allow for members that can trigger events (#568) 2014-02-01 19:25:55 -08:00
Jeff Williams
f9607e257f Merge pull request #552 from taye/fix-for-issue-550
Remove margin in <p> tags in <td>s from markdown
2014-01-02 17:05:47 -08:00
Taye Adeyemi
a2039c46cc Remove only top and bottom margins in 1st and last 2013-12-26 18:21:01 +00:00
Jeff Williams
db737e75ff move JSHint testing to Gruntfile 2013-12-26 05:23:38 -08:00
Jeff Williams
c9b0237c12 overhaul logging and error handling (#416) 2013-12-23 15:25:28 -08:00
Taye Adeyemi
62045a94b0 Remove margin in <p> tags in <td>s from markdown
Closes #550
2013-12-23 15:57:45 +00:00
Jeff Williams
f00e390cf0 fix various filepath issues (including #541) 2013-12-08 13:51:44 -08:00
Jeff Williams
cbe3442221 allow users to override the default template's layout file with the templates.default.layoutFile config property (#480) 2013-12-01 10:06:22 -08:00
Jeff Williams
8663cc420f Merge pull request #532 from tubalmartin/feature-show-linenumbers
Feature: Show linenumbers with working anchors and highlight anchored line.
2013-11-30 11:13:12 -08:00
Jeff Williams
f6d93296c7 "sans-serif" needs a hyphen (#538) 2013-11-26 07:27:15 -08:00
Túbal Martín
2447c035c2 Select source code only
Works on Chrome, FF, Opera, Safari, IE10+.
More info about compatibility: http://caniuse.com/#feat=user-select-none
2013-11-16 21:43:59 +01:00
Túbal Martín
78f39383f3 Fix for long numbers in line numbers column (up to 5 digits which should be enough). 2013-11-15 15:11:10 +01:00
Túbal Martín
7ba1d5da6b Format according to JSdoc style guidelines. 2013-11-14 17:45:55 +01:00
Túbal Martín
6ce7a5a36f Make anchors work again and highlight the anchored line. 2013-11-14 16:58:38 +01:00
Túbal Martín
86db992861 Show line numbers in source code. 2013-11-14 14:16:14 +01:00
Jeff Williams
f55feb1a0e 'use strict'ify 2013-11-11 23:49:54 -08:00
Jeff Williams
ac88f30936 escape @example tag contents (#511) 2013-11-07 08:26:15 -08:00