diff --git a/docs/src/index.md b/docs/src/index.md index 5793afe..22eb759 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -3,5 +3,5 @@ Documentation for DTWA.jl ```@docs -repeated_euler(dim::Vector{Int64}, N::Int64,number_repeats::Int64, Γ_deph::Float64, Γ_decay::Float64,Ω::Float64, α::AbstractVector, method::String, axis::Int64, dir::Int64) +repeated_euler(dim, N,number_repeats,Γ_deph, Γ_decay,Ω, α, method, axis, dir) ``` \ No newline at end of file