Skip to content

Commit b530dbf

Browse files
m.mt
1 parent 93fb6ad commit b530dbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DocumentFunction"
22
uuid = "e1f3b4f0-2dc4-57d3-83f7-d4b7faf3b05b"
33
authors = ["Velimir V Vesselinov (monty) <[email protected]>"]
4-
version = "1.2.0"
4+
version = "1.2.1"
55

66
[compat]
77
julia = "1.5"

src/DocumentFunction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Return:
2424
"""
2525
function getfunctionmethods(f::Function)
2626
m = methods(f)
27-
return unique(sort(string.(m)))
27+
return unique(sort(string.(m.ms)))
2828
end
2929

3030
function documentfunction(f::Function; location::Bool=true, maintext::AbstractString="", argtext::Dict=Dict(), keytext::Dict=Dict())

0 commit comments

Comments
 (0)