Skip to content

Commit

Permalink
Suppress doc generation for the server
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth authored and mobileoverlord committed May 13, 2019
1 parent fac2c75 commit e459e0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ring_logger/server.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
defmodule RingLogger.Server do
use GenServer

@moduledoc false

alias RingLogger.Client

@opts [:max_size]
Expand Down

0 comments on commit e459e0f

Please sign in to comment.