classes.struct: add some docs for read-struct.

John Benediktsson 2012-04-18 16:02:00 -07:00
parent 9229d54df8
commit 5127f962dc
1 changed files with 4 additions and 0 deletions

View File

@ -99,6 +99,10 @@ HELP: memory>struct
}
{ $description "Constructs a new " { $link struct } " of the specified " { $snippet "class" } " at the memory location referenced by " { $snippet "ptr" } ". The referenced memory is unchanged." } ;
HELP: read-struct
{ $values { "class" class } { "struct" struct } }
{ $description "Reads a new " { $link struct } " of the specified " { $snippet "class" } "." } ;
HELP: struct
{ $class-description "The parent class of all struct types." } ;