Skip to content

Commit

Permalink
add more @docs in api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium committed Oct 17, 2022
1 parent 56224b4 commit d385a99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ quat

```@docs
real(::Quaternion)
real(::AbstractArray{<:Quaternion})
real(::Type{Quaternion{T}}) where {T}
```

```@docs
Expand All @@ -20,6 +22,10 @@ imag_part
conj
```

```@docs
slerp
```

```@docs
Quaternions.extend_analytic
```

0 comments on commit d385a99

Please sign in to comment.