Skip to content

Commit 7965f81

Browse files
committed
Fix
1 parent 9478714 commit 7965f81

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

DifferentiationInterface/docs/src/dev/internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ The following names are not part of the public API.
55
```@autodocs
66
Modules = [DifferentiationInterface]
77
Public = false
8-
Filter = t -> !(Symbol(t) in [:outer, :inner])
8+
Filter = t -> !(Symbol(t) in [:outer, :inner, :Prep, :AutoForwardFromPrimitive, :AutoReverseFromPrimitive])
99
```

DifferentiationInterface/src/DifferentiationInterface.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ export AutoSparse
129129

130130
@public inner, outer
131131
@public AutoForwardFromPrimitive, AutoReverseFromPrimitive
132+
@public Prep
132133

133134
include("init.jl")
134135

0 commit comments

Comments
 (0)