From d385a99748cc3beba12bfe4276dcf2869f7fea19 Mon Sep 17 00:00:00 2001 From: hyrodium Date: Mon, 17 Oct 2022 21:25:49 +0900 Subject: [PATCH] add more `@docs` in api.md --- docs/src/api.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/api.md b/docs/src/api.md index 202622de..9cfe2307 100644 --- a/docs/src/api.md +++ b/docs/src/api.md @@ -10,6 +10,8 @@ quat ```@docs real(::Quaternion) +real(::AbstractArray{<:Quaternion}) +real(::Type{Quaternion{T}}) where {T} ``` ```@docs @@ -20,6 +22,10 @@ imag_part conj ``` +```@docs +slerp +``` + ```@docs Quaternions.extend_analytic ```