You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
""" dummy(x::Integer, y::AbstractVector{<:AbstractFloat}, z::String)::BoolA dummy function to reproduce the issue."""functiondummy(x::Integer, y::AbstractVector{<:AbstractFloat}, z::String)::Boolend""" dummy(x::Integer, y::AbstractVector{<:AbstractFloat})::BoolA dummy function to reproduce the issue."""functiondummy(x::Integer, y::AbstractVector{<:AbstractFloat})::Boolend
In the generated HTML by ```@docs dummy ``` only the first dummy method is coloured properly.
The same issue can also be noticed in the screenshot present in #1523.
Version:
[e30172f5] Documenter v0.26.3
The text was updated successfully, but these errors were encountered:
Looks like perhaps #980 didnt't cover this case? I thought it would do the highlighting on each docstring rather than the combined one (as happens now IIUC)?
See the following example.
In the generated HTML by
```@docs dummy ```
only the firstdummy
method is coloured properly.The same issue can also be noticed in the screenshot present in #1523.
Version:
The text was updated successfully, but these errors were encountered: