comment updates

git-svn-id: file:///home/svn/framework3/trunk@6093 4d416f70-5f16-0410-b530-b9f4589650da
unstable
kris 2009-01-09 02:16:02 +00:00
parent ddafdad942
commit 8850ac2d87
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ module Simple
###
#
# A simplified recon wrapper.
# A simplified auxiliary wrapper.
#
###
module Auxiliary

View File

@ -14,7 +14,7 @@ module Buffer
#
# Serializes a buffer to a provided format. The formats supported are raw,
# ruby, perl, and c.
# ruby, perl, c, js_be, js_le and java
#
def self.transform(buf, fmt = "ruby")
case fmt
@ -40,7 +40,7 @@ module Buffer
#
# Creates a comment using the supplied format. The formats supported are
# raw, ruby, perl, js_be, js_le, and c.
# raw, ruby, perl, js_be, js_le, c, and java.
#
def self.comment(buf, fmt = "ruby")
case fmt
@ -65,4 +65,4 @@ module Buffer
end
end
end
end