ForwardDiff.jl icon indicating copy to clipboard operation
ForwardDiff.jl copied to clipboard

Add `public` declarations

Open mcabbott opened this issue 6 months ago • 3 comments

First commit adds only those in api.md, but perhaps we should add more... like Dual?

help?> ForwardDiff.Dual
  │ Warning
  │
  │  The following bindings may be internal; they may change or be
  │  removed in future versions:
  │
  │    •  ForwardDiff.Dual

(eval is following this https://github.com/JuliaLang/julia/pull/55097/files )

mcabbott avatar Apr 07 '25 21:04 mcabbott