Skip to content

Commit 480f351

Browse files
committed
convert (copy-pasted) -doc line to a regular comment
1 parent 0d89f1b commit 480f351

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/setup_file.erl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,8 @@ path_consult(Path, File) ->
203203
path_script(Path, File) ->
204204
path_script(Path, File, erl_eval:new_bindings()).
205205

206-
-doc """
207-
The same as [`path_script/2`](`path_script/2`) but the variable bindings
208-
`Bindings` are used in the evaluation. See `m:erl_eval` about variable bindings.
209-
""".
206+
%% The same as [`path_script/2`](`path_script/2`) but the variable bindings
207+
%% `Bindings` are used in the evaluation. See `m:erl_eval` about variable bindings.
210208
-spec path_script(Path, Filename, Bindings) ->
211209
{ok, Value, FullName} | {error, Reason} when
212210
Path :: [Dir :: file:name_all()],

0 commit comments

Comments
 (0)