Skip to content

Commit

Permalink
Add comment about generator in generated file.
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelius committed Apr 22, 2009
1 parent 2f9e084 commit 81dbed3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api/restility/lib/rest_htmlprinter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def do_prepare
end
@index = File.new( @output_dir + "/index.html", "w" )
@html = Builder::XmlMarkup.new( :target => @index, :indent => 2 )
@html.comment! "This file was generated by restility at #{Time.now}"
end

def do_finish
Expand Down

0 comments on commit 81dbed3

Please sign in to comment.