41 Commits

Author SHA1 Message Date
Jeff Williams
254dda50b1 show more info for Closure Compiler type expressions (#618) 2014-04-18 16:46:34 -07: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
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
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
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
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
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
070903fb88 link to individual line numbers in source files (#316) 2013-04-20 09:19:10 -07: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
Matthew Kastor
efaeea4d24 Moved css files into prettyPrintSource template
The three css files moved were not used by the default template. I only
had them there so the prettyPrintSource plugin would work. Since plugins
can use templates without ruining everything I've moved the css files to
their proper place and copy them over in
templates\prettyPrintSource\publish.js This makes it possible to enable
the plugin and get the same results with any template. Now all I need to
figure out is how to inject links to the generated pages into the
docs...
2012-10-20 23:13:16 -04:00
Matthew Kastor
77e2bd5f7a Adds Pretty Printed Source Code To Docs
Plugin generates pages using google prettify to highlight the source.
The three css files are the defaults that come with google prettify. The
plugin is set up to use the desert style as it's default stylesheet,
with prettify, sunburst and prettify-jsdoc listed as alternative
stylesheets.

Currently this plugin is not tied in with any template. There won't be
links in the documentation to bring you to the prettified source.
2012-10-17 03:21:10 -04:00
Jeff Williams
c890b0cf79 replace SHJS syntax highlighter with prettify.js (#193) 2012-09-21 14:17:12 -07: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
85abf804a5 Merge pull request #114 from benblank/markdown
Improve Markdown support
2012-04-26 14:25:43 -07: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
Rafał Wrzeszcz
f6216e6d28 Support for @tutorial tag (both DocBlock and inline). 2011-12-15 12:47:56 +01:00
Michael Mathews
3a87bad98b Visual tweaks to default template. 2011-10-16 00:15:56 +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
2e857fcecc Added support for @enum. Rename old @property to @member. 2011-09-26 14:46:31 +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
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
32c59fa032 Rendering @links in type names. 2011-02-26 13:00:02 +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
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