Add code documentation
This commit is contained in:
parent
f6ef29ae3d
commit
d966059406
1 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,14 @@
|
||||||
|
##
|
||||||
|
# Lita module.
|
||||||
|
#
|
||||||
module Lita
|
module Lita
|
||||||
|
##
|
||||||
|
# Lita adapters module.
|
||||||
|
#
|
||||||
module Adapters
|
module Adapters
|
||||||
|
##
|
||||||
|
# Tox adapter for the Lita chat bot.
|
||||||
|
#
|
||||||
class Tox < Adapter
|
class Tox < Adapter
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Reference in a new issue