Skip to content

Commit d0fa121

Browse files
remove docstring changes
1 parent dd606d7 commit d0fa121

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/config.jl

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ If `f!` is `nothing` instead of the actual target function, then the returned in
136136
be used with any target function. However, this will reduce ForwardDiff's ability to catch
137137
and prevent perturbation confusion (see https://github.com/JuliaDiff/ForwardDiff.jl/issues/83).
138138
139-
If `tag` is `:hash`, a small hash-based tag is provided. This tracks perturbation confusion
140-
with similar accuracy, but is much smaller than `tag = :type`, which stores the full type.
141-
142139
This constructor does not store/modify `y` or `x`.
143140
"""
144141
@inline function DerivativeConfig(f::F,
@@ -181,9 +178,6 @@ If `f` or `tag` is `nothing`, then the returned instance can be used with any ta
181178
However, this will reduce ForwardDiff's ability to catch and prevent perturbation confusion
182179
(see https://github.com/JuliaDiff/ForwardDiff.jl/issues/83).
183180
184-
If `tag` is `:hash`, a small hash-based tag is provided. This tracks perturbation confusion
185-
with similar accuracy, but is much smaller than `tag = :type`, which stores the full type.
186-
187181
This constructor does not store/modify `x`.
188182
"""
189183
@inline function GradientConfig(f::F,
@@ -228,9 +222,6 @@ If `f` or `tag` is `nothing`, then the returned instance can be used with any ta
228222
However, this will reduce ForwardDiff's ability to catch and prevent perturbation confusion
229223
(see https://github.com/JuliaDiff/ForwardDiff.jl/issues/83).
230224
231-
If `tag` is `:hash`, a small hash-based tag is provided. This tracks perturbation confusion
232-
with similar accuracy, but is much smaller than `tag = :type`, which stores the full type.
233-
234225
This constructor does not store/modify `x`.
235226
"""
236227
@inline function JacobianConfig(f::F,
@@ -263,9 +254,6 @@ If `f!` or `tag` is `nothing`, then the returned instance can be used with any t
263254
However, this will reduce ForwardDiff's ability to catch and prevent perturbation confusion
264255
(see https://github.com/JuliaDiff/ForwardDiff.jl/issues/83).
265256
266-
If `tag` is `:hash`, a small hash-based tag is provided. This tracks perturbation confusion
267-
with similar accuracy, but is much smaller than `tag = :type`, which stores the full type.
268-
269257
This constructor does not store/modify `y` or `x`.
270258
"""
271259
@inline function JacobianConfig(f::F,
@@ -316,9 +304,6 @@ If `f` or `tag` is `nothing`, then the returned instance can be used with any ta
316304
However, this will reduce ForwardDiff's ability to catch and prevent perturbation confusion
317305
(see https://github.com/JuliaDiff/ForwardDiff.jl/issues/83).
318306
319-
If `tag` is `:hash`, a small hash-based tag is provided. This tracks perturbation confusion
320-
with similar accuracy, but is much smaller than `tag = :type`, which stores the full type.
321-
322307
This constructor does not store/modify `x`.
323308
"""
324309
@inline function HessianConfig(f::F,
@@ -350,9 +335,6 @@ If `f` or `tag` is `nothing`, then the returned instance can be used with any ta
350335
However, this will reduce ForwardDiff's ability to catch and prevent perturbation confusion
351336
(see https://github.com/JuliaDiff/ForwardDiff.jl/issues/83).
352337
353-
If `tag` is `:hash`, a small hash-based tag is provided. This tracks perturbation confusion
354-
with similar accuracy, but is much smaller than `tag = :type`, which stores the full type.
355-
356338
This constructor does not store/modify `x`.
357339
"""
358340
@inline function HessianConfig(f::F,

0 commit comments

Comments
 (0)