Skip to content

Commit

Permalink
fixing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TwP committed Feb 29, 2008
1 parent d5a5d55 commit d1307e3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion lib/webby/filters/outline.rb
Expand Up @@ -27,7 +27,9 @@ module Filters
class Outline
include ERB::Util

class Error < StandardError; end # :nodoc:
# :stopdoc:
class Error < StandardError; end
# :startdoc:

# call-seq:
# Outline.new( html )
Expand Down
4 changes: 3 additions & 1 deletion lib/webby/filters/tidy.rb
Expand Up @@ -20,7 +20,9 @@ module Filters
#
class Tidy

class Error < StandardError; end # :nodoc:
# :stopdoc:
class Error < StandardError; end
# :startdoc:

# call-seq:
# Tidy.new( html )
Expand Down
4 changes: 3 additions & 1 deletion lib/webby/helpers/graphviz_helper.rb
Expand Up @@ -6,7 +6,9 @@
module Webby::Helpers
module GraphvizHelper

class Error < StandardError; end # :nodoc:
# :stopdoc:
class Error < StandardError; end
# :startdoc:

# call-seq:
# GraphvizHelper.error_check( file )
Expand Down
4 changes: 3 additions & 1 deletion lib/webby/helpers/tex_img_helper.rb
Expand Up @@ -7,7 +7,9 @@
module Webby::Helpers
module TexImgHelper

class Error < StandardError; end # :nodoc:
# :stopdoc:
class Error < StandardError; end
# :startdoc:

# The +tex2img+ method converts a a section of mathematical TeX script
# into an image and embeds the resulting image into the page. The TeX
Expand Down

0 comments on commit d1307e3

Please sign in to comment.