Isn’t giving a markdown link for a type position of a function signature an issue here? E.g., maybe this will work:
"""
calculate_AIC_matrices!(
body_aero::BodyAerodynamics,
model::Model,
core_radius_fraction::Float64,
va_norm_array::Vector{Float64},
va_unit_array::Matrix{Float64}
)
Calculate Aerodynamic Influence Coefficient (AIC) matrices for the given `model`,
which is of type [`Model`](@ref).
...
"""