Skip to content

Commit

Permalink
add some missing YARD docs
Browse files Browse the repository at this point in the history
added YARD docs to the namespace modules

MSP-12908
  • Loading branch information
David Maloney authored and David Maloney committed Jul 29, 2015
1 parent 7cdfd63 commit 7800be4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ruby_smb/smb1.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This module adds the namespace for version 1 of the SMB Protocol
# as defined in [MS-SMB](https://msdn.microsoft.com/en-us/library/cc246231.aspx)
module RubySMB::Smb1
autoload :Packet, 'ruby_smb/smb1/packet'

Expand Down
1 change: 1 addition & 0 deletions lib/ruby_smb/smb1/packet.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'bit-struct'
module RubySMB
module Smb1
# This module holds the namespace for all SMB1 packets and related structures.
module Packet
autoload :SmbParameterBlock, 'ruby_smb/smb1/packet/smb_parameter_block'
end
Expand Down

0 comments on commit 7800be4

Please sign in to comment.