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