Skip to content

Commit

Permalink
Move function header to top of docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
abhro committed Dec 15, 2024
1 parent 5d49b91 commit 50f75b4
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions src/build_function.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,14 @@ function throw_missing_specialization(n)
end

"""
`build_function`
build_function(ex, args...;
expression = Val{true},
target = JuliaTarget(),
parallel=nothing,
kwargs...)
Generates a numerically-usable function from a Symbolics `Num`.
```julia
build_function(ex, args...;
expression = Val{true},
target = JuliaTarget(),
parallel=nothing,
kwargs...)
```
Arguments:
- `ex`: The `Num` to compile
Expand Down

0 comments on commit 50f75b4

Please sign in to comment.