lib/parade/commands/static_html.rb in parade-0.9.0 vs lib/parade/commands/static_html.rb in parade-0.9.1
- old
+ new
@@ -3,12 +3,12 @@
module Parade
module Commands
#
# Saves an html representation of the presentation to a single HTML file.
- #
+ #
# @see HtmlOutput
- #
+ #
class StaticHtml
include RenderFromTemplate
def description
"Output into a single HTML file"