Skip to content

Commit

Permalink
Set moduledocs to false
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwikbukowski committed Oct 2, 2019
1 parent bfc0a4a commit c862b59
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/http/event_handler.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
defmodule TelemetryInfluxDB.HTTP.EventHandler do
@moduledoc false
require Logger
alias TelemetryInfluxDB.HTTP.Pool

Expand Down
1 change: 1 addition & 0 deletions lib/http/pool.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
defmodule TelemetryInfluxDB.HTTP.Pool do
@moduledoc false
require Logger
alias TelemetryInfluxDB, as: InfluxDB

Expand Down
1 change: 1 addition & 0 deletions lib/udp/connector.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
defmodule TelemetryInfluxDB.UDP.Connector do
@moduledoc false
require Logger
alias TelemetryInfluxDB.UDP.Socket
alias TelemetryInfluxDB, as: InfluxDB
Expand Down
1 change: 1 addition & 0 deletions lib/udp/event_handler.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
defmodule TelemetryInfluxDB.UDP.EventHandler do
@moduledoc false
require Logger

alias TelemetryInfluxDB.Formatter
Expand Down

0 comments on commit c862b59

Please sign in to comment.