diff --git a/stdlib/LinearAlgebra/docs/src/index.md b/stdlib/LinearAlgebra/docs/src/index.md index e3e79b7034969..1e44bf5cb04d7 100644 --- a/stdlib/LinearAlgebra/docs/src/index.md +++ b/stdlib/LinearAlgebra/docs/src/index.md @@ -891,6 +891,12 @@ LinearAlgebra.LAPACK.trsyl! LinearAlgebra.LAPACK.hseqr! ``` +## Developer Documentation + +```@docs +LinearAlgebra.matprod_dest +``` + ```@meta DocTestSetup = nothing ```