Skip to content

Commit 50f75b4

Browse files
committed
Move function header to top of docstring
1 parent 5d49b91 commit 50f75b4

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

src/build_function.jl

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,14 @@ function throw_missing_specialization(n)
3434
end
3535

3636
"""
37-
`build_function`
37+
build_function(ex, args...;
38+
expression = Val{true},
39+
target = JuliaTarget(),
40+
parallel=nothing,
41+
kwargs...)
3842
3943
Generates a numerically-usable function from a Symbolics `Num`.
4044
41-
```julia
42-
build_function(ex, args...;
43-
expression = Val{true},
44-
target = JuliaTarget(),
45-
parallel=nothing,
46-
kwargs...)
47-
```
48-
4945
Arguments:
5046
5147
- `ex`: The `Num` to compile

0 commit comments

Comments
 (0)