Skip to content

Commit

Permalink
Hide 'private' macro from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Apr 10, 2024
1 parent 6140b0c commit 38ec768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/thousand_island/handler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ defmodule ThousandIsland.Handler do
end
end

@doc false
defmacro add_handle_info_fallback(_module) do
quote do
def handle_info({msg, _raw_socket, _data}, _state) when msg in [:tcp, :ssl] do
Expand Down

0 comments on commit 38ec768

Please sign in to comment.