GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: A lightweight and flexible website management system.
Homepage: http://webby.rubyforge.org/
Clone URL: git://github.com/TwP/webby.git
fixing documentation
Tim Pease (author)
Thu Feb 28 21:09:49 -0800 2008
commit  d1307e39fb70cf3ebf6152288026021a849ed3db
tree    76b013e735f628499065157cee465a7862605196
parent  d5a5d55619c5620fc116519a2146417072704c19
...
27
28
29
30
 
 
 
31
32
33
...
27
28
29
 
30
31
32
33
34
35
0
@@ -27,7 +27,9 @@ module Filters
0
 class Outline
0
   include ERB::Util
0
 
0
- class Error < StandardError; end # :nodoc:
0
+ # :stopdoc:
0
+ class Error < StandardError; end
0
+ # :startdoc:
0
 
0
   # call-seq:
0
   # Outline.new( html )
...
20
21
22
23
 
 
 
24
25
26
...
20
21
22
 
23
24
25
26
27
28
0
@@ -20,7 +20,9 @@ module Filters
0
 #
0
 class Tidy
0
 
0
- class Error < StandardError; end # :nodoc:
0
+ # :stopdoc:
0
+ class Error < StandardError; end
0
+ # :startdoc:
0
 
0
   # call-seq:
0
   # Tidy.new( html )
...
6
7
8
9
 
 
 
10
11
12
...
6
7
8
 
9
10
11
12
13
14
0
@@ -6,7 +6,9 @@ require 'tempfile'
0
 module Webby::Helpers
0
 module GraphvizHelper
0
 
0
- class Error < StandardError; end # :nodoc:
0
+ # :stopdoc:
0
+ class Error < StandardError; end
0
+ # :startdoc:
0
 
0
   # call-seq:
0
   # GraphvizHelper.error_check( file )
...
7
8
9
10
 
 
 
11
12
13
...
7
8
9
 
10
11
12
13
14
15
0
@@ -7,7 +7,9 @@ require 'tempfile'
0
 module Webby::Helpers
0
 module TexImgHelper
0
 
0
- class Error < StandardError; end # :nodoc:
0
+ # :stopdoc:
0
+ class Error < StandardError; end
0
+ # :startdoc:
0
 
0
   # The +tex2img+ method converts a a section of mathematical TeX script
0
   # into an image and embeds the resulting image into the page. The TeX

Comments

    No one has commented yet.