We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054ff45 commit 9751ca7Copy full SHA for 9751ca7
lib/iex/lib/iex/remsh.ex
@@ -1,5 +1,7 @@
1
defmodule IEx.Remsh do
2
- @moduledoc """
+ @moduledoc false
3
+
4
+ @doc """
5
Provides one helper function that is injected into connecting
6
remote nodes to properly handle autocompletion. Elixir supports:
7
0 commit comments