Skip to content

Commit

Permalink
add module doc
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinco committed Aug 22, 2024
1 parent 729c952 commit 39adb82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/boom_notifier/api.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
defmodule BoomNotifier.Api do
@moduledoc """
BoomNotifier Entrypoint API
Define functions required by BoomNotifier module when used on a plug app.
"""
require Logger

alias BoomNotifier.ErrorInfo
Expand Down
2 changes: 2 additions & 0 deletions test/support/case.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
defmodule BoomNotifier.Case do
@moduledoc false

use ExUnit.CaseTemplate

setup_all do
Expand Down

0 comments on commit 39adb82

Please sign in to comment.