Merge pull request #10 from braiden-vasco/add_code_documentation
Add code documentation
This commit is contained in:
commit
a46a47aae7
1 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,14 @@
|
|||
##
|
||||
# Lita module.
|
||||
#
|
||||
module Lita
|
||||
##
|
||||
# Lita adapters module.
|
||||
#
|
||||
module Adapters
|
||||
##
|
||||
# Tox adapter for the Lita chat bot.
|
||||
#
|
||||
class Tox < Adapter
|
||||
end
|
||||
|
||||
|
|
Reference in a new issue