Skip to content

Commit

Permalink
clarified comment to CStruct#to_s
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Kanis committed Nov 6, 2010
1 parent cd997ae commit a227f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/generate_structs.rb
Expand Up @@ -50,7 +50,7 @@
fd_def.puts "PKCS11_DEFINE_STRUCT(#{struct_name});"
fd_doc.puts"class PKCS11::#{struct_name} < PKCS11::CStruct"
fd_doc.puts"# Size of corresponding C struct in bytes\nSIZEOF_STRUCT=Integer"
fd_doc.puts"# @return [String] Binary content of the C struct\ndef to_s; end"
fd_doc.puts"# @return [String] Binary copy of the C struct\ndef to_s; end"
fd_doc.puts"# @return [Array<String>] Attributes of this struct\ndef members; end"

# try to find attributes belonging together
Expand Down

0 comments on commit a227f40

Please sign in to comment.