toxon
/
lita-tox
Archived
1
0
Fork 0

Merge pull request #10 from braiden-vasco/add_code_documentation

Add code documentation
This commit is contained in:
Braiden Vasco 2015-07-25 08:37:33 +00:00
commit a46a47aae7
1 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,14 @@
##
# Lita module.
#
module Lita
##
# Lita adapters module.
#
module Adapters
##
# Tox adapter for the Lita chat bot.
#
class Tox < Adapter
end