Skip to content

Commit f0b8a10

Browse files
committed
docstring for ==(x::T, y::T) where T <: AbstractPointParametricEst
1 parent 9dc3d51 commit f0b8a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/DFGVariable.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function ==(a::VariableNodeData,b::VariableNodeData, nt::Symbol=:var)
113113
end
114114

115115
"""
116-
$(SIGNATURES)
116+
==(x::T, y::T) where T <: AbstractPointParametricEst
117117
Equality check for AbstractPointParametricEst.
118118
"""
119119
@generated function ==(x::T, y::T) where T <: AbstractPointParametricEst

0 commit comments

Comments
 (0)