Skip to content

Commit 562af52

Browse files
author
José Valim
committed
Fix logger docs
1 parent ed79d60 commit 562af52

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ docs: compile ../ex_doc/bin/ex_doc
134134
$(call DOCS,Mix,mix,Mix)
135135
$(call DOCS,IEx,iex,IEx)
136136
$(call DOCS,ExUnit,ex_unit,ExUnit)
137-
$(call DOCS,ExUnit,logger,Logger)
137+
$(call DOCS,Logger,logger,Logger)
138138

139139
../ex_doc/bin/ex_doc:
140140
@ echo "ex_doc is not found in ../ex_doc as expected. See README for more information."

lib/logger/lib/logger/backends/console.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
defmodule Logger.Backends.Console do
2+
@moduledoc false
3+
24
use GenEvent
35

46
def init(_) do

lib/logger/lib/logger/error_handler.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
defmodule Logger.ErrorHandler do
2+
@moduledoc false
3+
24
use GenEvent
35

46
require Logger

0 commit comments

Comments
 (0)