Skip to content

Commit

Permalink
📝 protocols: Hide Fetchable and Intoable from the rendered docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexocode committed May 15, 2024
1 parent 914f4ed commit 127a73f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/babel/protocols/fetchable.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
defprotocol Babel.Fetchable do
@moduledoc false

@typedoc """
Anything that implements this protocol.
Expand Down
2 changes: 2 additions & 0 deletions lib/babel/protocols/intoable.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
defprotocol Babel.Intoable do
@moduledoc false

alias Babel.Context
alias Babel.Trace

Expand Down

0 comments on commit 127a73f

Please sign in to comment.