public
Description: Fast, Nimble PDF Writer for Ruby
Homepage: http://prawn.majesticseacreature.com
Clone URL: git://github.com/sandal/prawn.git
fix header / footer docs
sandal (author)
Sat Oct 25 09:57:42 -0700 2008
commit  6ca21044092ec8078a3f63e8b7333999166da992
tree    6f8bbf383a547726472da9b34c6bbc55f652efd0
parent  0199d0032fa01011bb2d4de974cdad2bf5a14b6d
...
140
141
142
143
 
144
145
146
...
155
156
157
158
 
159
160
161
...
140
141
142
 
143
144
145
146
...
155
156
157
 
158
159
160
161
0
@@ -140,7 +140,7 @@ module Prawn
0
     # repeated on every page of the document.
0
     #
0
     # Unless <tt>:width</tt> or <tt>:height</tt> are specified, the margin_box
0
-    # width and height   
0
+    # width and height are used.   
0
     #
0
     #   header margin_box.top_left do 
0
     #    text "Here's My Fancy Header", :size => 25, :align => :center   
0
@@ -155,7 +155,7 @@ module Prawn
0
     # repeated on every page of the document.
0
     #
0
     # Unless <tt>:width</tt> or <tt>:height</tt> are specified, the margin_box
0
-    # width and height
0
+    # width and height are used.
0
     #
0
     #   footer [margin_box.left, margin_box.bottom + 25] do
0
     #     stroke_horizontal_rule

Comments