Skip to content

Commit

Permalink
InteractiveUtils: Update docstrings with [...](@ref) (#46291)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium committed Aug 9, 2022
1 parent f42c93d commit 5e081d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stdlib/InteractiveUtils/src/macros.jl
Expand Up @@ -251,7 +251,7 @@ end
Applied to a function or macro call, it evaluates the arguments to the specified call, and
returns a tuple `(filename,line)` giving the location for the method that would be called for those arguments.
It calls out to the `functionloc` function.
It calls out to the [`functionloc`](@ref) function.
"""
:@functionloc

Expand All @@ -270,7 +270,7 @@ See also: [`@less`](@ref), [`@edit`](@ref).
"""
@less
Evaluates the arguments to the function or macro call, determines their types, and calls the `less`
Evaluates the arguments to the function or macro call, determines their types, and calls the [`less`](@ref)
function on the resulting expression.
See also: [`@edit`](@ref), [`@which`](@ref), [`@code_lowered`](@ref).
Expand All @@ -280,7 +280,7 @@ See also: [`@edit`](@ref), [`@which`](@ref), [`@code_lowered`](@ref).
"""
@edit
Evaluates the arguments to the function or macro call, determines their types, and calls the `edit`
Evaluates the arguments to the function or macro call, determines their types, and calls the [`edit`](@ref)
function on the resulting expression.
See also: [`@less`](@ref), [`@which`](@ref).
Expand Down

0 comments on commit 5e081d6

Please sign in to comment.