Skip to content

Commit b59937b

Browse files
author
José Valim
committed
Add missing @doc since annotation
Signed-off-by: José Valim <[email protected]>
1 parent 5b0f171 commit b59937b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/elixir/lib/code.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -963,6 +963,7 @@ defmodule Code do
963963
964964
For compiling many files concurrently, see `Kernel.ParallelCompiler.compile/2`.
965965
"""
966+
@doc since: "1.7.0"
966967
@spec compile_file(binary, nil | binary) :: [{module, binary}]
967968
def compile_file(file, relative_to \\ nil) when is_binary(file) do
968969
:elixir_compiler.file(find_file(file, relative_to), fn _, _ -> :ok end)

0 commit comments

Comments
 (0)