Jeff Williams
da39bdd302
rename Object.prototype.hasOwnProperty alias to hasOwnProp
...
this fixes a JSHint error that cannot be suppressed.
2012-07-03 17:45:44 -07:00
Jeff Williams
22e899fa9d
change __dirname to env.dirname
...
this fixes a JSHint error that cannot be suppressed.
2012-07-03 17:37:17 -07: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
eb0186b96a
Do not show a header for Classes if the documentation contains no classes.
2012-06-15 07:57:19 +01:00
Michael Mathews
ef37251464
Fix for exception thrown when documenting symbols with special names like "hasOwnProperty". Closes #125 .
2012-06-07 22:36:22 +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
4ce17195ae
Fix for classes in the navigation not being sorted by name when those classes were members of different modules.
2012-06-01 00:32:51 +01:00
Michael Mathews
af0252c863
Clarified docs around creating and invoking custom templates. Closes issue #120
2012-05-30 21:13:41 +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
Michael Mathews
402159b8a8
Merge pull request #113 from kuebk/template/index
...
Creating index.html in default template
2012-04-26 14:30:08 -07:00
Michael Mathews
85abf804a5
Merge pull request #114 from benblank/markdown
...
Improve Markdown support
2012-04-26 14:25:43 -07:00
Jakub Lekstan
96dcf0c9c5
Creating index.html in default template
2012-04-25 11:12:31 +02:00
Ben Blank
22ce570985
tweak default template to support <p> tags within descriptions
2012-04-24 17:19:44 -07:00
Johan Walles
2337084349
Explicitly set background to white and scroll bars to auto.
...
When displaying documentation pages inside of the Spotify client
without this change, the pages have the wrong background color and
aren't scrollable.
2012-04-13 11:16:19 +02:00
Jannon
a3cdf01397
Adding HTML5Shiv for crappy IE
2012-03-21 00:12:31 -07:00
Jannon Frank
eeb6611ea5
Merge pull request #78 from rafalwrzeszcz/feature-template-helper
...
Feature template helper
2012-03-16 01:56:53 -07:00
Jannon Frank
68f264f468
Merge pull request #75 from rafalwrzeszcz/feature-tutorial-fixes
...
Fixed tutorials tree generation.
2012-03-15 17:57:51 -07:00
Jannon
7b12033b5a
Always making source file list available to templates
...
Previously, the list of source files was only added to a package doclet and passed through to the templates if there was a package.json specified. Now, that doclet is always added. If there is no package.json, then only the 'files' property of the doclet will be defined.
2012-02-22 14:27:06 -08:00
Rafał Wrzeszcz
65bd3c0069
Dropped dependency on underscore/underscore - Rhino 1.7 (which we use) implements ECMAScript5.
2012-01-04 12:46:41 +01: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
9d49660334
Fixed tutorials tree generation.
2011-12-19 13:03:29 +01:00
Michael Mathews
279554f1a3
Merged @tutorial tag in.
2011-12-15 22:17:44 +00: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
ce7338d8c9
Merge branch 'master' of github.com:micmath/jsdoc
2011-12-11 10:46:51 +00:00
Rafał Wrzeszcz
fcc26990ca
@abstract/@virtual tag support.
2011-12-10 10:27:33 +01:00
Michael Mathews
064dec21c4
Fix for issue that caused the type text of a member to not link to the class docs.
2011-12-06 23:31:05 +00: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
ab9d00186c
Added support for displaying @constant docs in the default template.
2011-10-18 23:38:37 +01: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
5c47302493
Make display of private symbols optional. Closes #44 .
2011-10-11 09:17:47 +01:00
Michael Mathews
a406e1cebc
Merge branch 'inline_property_tags'
2011-10-08 10:26:06 +01:00
Michael Mathews
75883bb99f
Minor tweak to css to fix floated list-items in details section.
2011-10-03 10:42:48 +01:00
Maël Nison
e5a0a6f313
Grey is always better.
2011-10-03 09:15:51 +02: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
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
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