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
Jeff Williams
f958ab0fd2
prevent doclet paths from being shortened twice ( #514 )
2013-11-05 20:52:59 -08:00
Jeff Williams
751bea1b0a
fixes for Node.js compatibility (see details)
...
- new Rhino .jar to help find module paths
(https://github.com/hegemonic/rhino/commit/31b70105 )
- make __dirname and process.cwd() provide the current module path; use
only env.dirname for JSDoc's home dir; fix callers
- get rid of jsdoc/util/include (and update test framework accordingly)
- avoid running Rhino/Node.js tests on the wrong runtime
- remove support for global 'publish' function, which relied upon
jsdoc/util/include
- update jsdoc/util/dumper for consistency with Node.js'
JSON.stringify()
- fix jsdoc/util/runtime to detect Node.js correctly
- add Node.js versions of jsdoc/fs and jsdoc/path
- other minor cleanup
2013-10-25 23:30:56 -07:00
Jeff Williams
9745685dde
make the fs.statSync shim throw an error (consistent with Node.js)
2013-10-23 09:32:20 -07:00
livelazily
2b845d7590
read source files using user defined encodeing, fix #496
2013-09-28 15:40:32 +08:00
Jeff Williams
09b489a792
Merge pull request #475 from Kienz/lineJumpFix
...
Fix for jump to line in source file
2013-08-19 08:32:24 -07:00
Jeff Williams
c48bbc006a
long-overdue update to the template README
2013-08-19 08:15:43 -07:00
Kienz
f7b6bd6988
Add class line to span-tags for line-numbers
...
Update css
2013-08-18 10:33:53 +02:00
Kienz
b4029d0559
Fix for jump to source file line
2013-08-12 12:41:33 +02:00
Jeff Williams
912f548343
make the default template generate pretty-printed source files by default ( #454 )
2013-08-04 23:46:21 -07:00
Jeff Williams
a2f947bd34
change 'virtual' to 'abstract' in default template output ( #432 )
2013-08-04 23:34:21 -07:00
Jeff Williams
01ce3042d1
prevent crashes in lenient mode when a returns tag has no value ( #451 )
2013-08-04 18:07:27 -07:00
Ernst Haagsman
70109a2956
@default tag with object literals
...
Changed boolean 'doclet.defaultobject' to 'doclet.defaultvaluetype' field. Improved unit testing and fixed template.
2013-05-15 10:54:55 +02:00
Ernst Haagsman
9af5ea424e
@default tag: added support for object literal defaults
...
Default object literals are now stored as a string. In the default
template they are shown with syntax highlighting.
2013-05-09 14:38:14 +02:00
Jeff Williams
f97803ad69
use Object.keys instead of Object.hasOwnProperty where possible
2013-05-02 20:06:04 -07:00
Jeff Williams
0042847a0d
copy user-specific static files to the default template's output directory ( #393 )
2013-04-30 20:57:16 -07:00
Jeff Williams
74ad8efe39
present multiple exceptions more clearly ( #389 )
2013-04-20 22:01:40 -07:00
Jeff Williams
070903fb88
link to individual line numbers in source files ( #316 )
2013-04-20 09:19:10 -07:00
Jeff Williams
525e6fa8ec
make the "Global" heading clickable when the only globals are typedefs ( #261 )
2013-04-19 14:50:20 -07:00
Jeff Williams
8c65d81e23
match Node.js' console.log/error/info/warn/trace; speed up -X option ( #298 )
2013-04-18 23:16:47 -07:00
Jeff Williams
bca6cdc5b1
for typedefs, display the type ( #391 )
2013-04-16 03:20:39 -07:00
Jeff Williams
407a718543
Merge branch 'pr/365'
2013-04-07 07:14:57 -07:00
Jeff Williams
9143264e6b
simplify template
2013-04-07 07:14:35 -07:00
Jeff Williams
3b74b7b83c
don't throw errors for unnamed properties ( #373 )
2013-04-06 17:37:54 -07:00