Add base moduledoc to Plugin.Supervisor
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
defmodule Omnibot.Plugin.Supervisor do
|
defmodule Omnibot.Plugin.Supervisor do
|
||||||
|
@moduledoc """
|
||||||
|
Wraps around a plugin and supervises the plugin's specified children.
|
||||||
|
"""
|
||||||
|
|
||||||
use Supervisor
|
use Supervisor
|
||||||
|
|
||||||
def start_link(opts) do
|
def start_link(opts) do
|
||||||
|
|||||||
Reference in New Issue
Block a user