Skip to content

Commit

Permalink
Update documentation;
Browse files Browse the repository at this point in the history
Mark Vedeu::Input classes as @api private.
  • Loading branch information
gavinlaking committed Jan 31, 2016
1 parent 76edeac commit 865ad3f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/vedeu/input/keys.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ module Input

# A collection of {Vedeu::Input::Key} instances.
#
# @api private
#
class Keys < Vedeu::Repositories::Collection

end # Keys
Expand Down
2 changes: 2 additions & 0 deletions lib/vedeu/input/mapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ module Input

# Maps keys to keymaps.
#
# @api private
#
class Mapper

class << self
Expand Down
2 changes: 2 additions & 0 deletions lib/vedeu/input/mouse.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ module Input

# Rudimentary support for mouse interactions.
#
# @api private
#
class Mouse

# Trigger an event depending on which button was pressed.
Expand Down
2 changes: 1 addition & 1 deletion lib/vedeu/runtime/flags.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Runtime

# Home of various runtime flags which Vedeu uses.
#
# @api public
# @api private
#
class Flags

Expand Down

0 comments on commit 865ad3f

Please sign in to comment.