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
@OptIn(LowLevelApi::class)
fun <Type, Document:Any> Pipeline<Type, Document>.match(
filter:FilterOperators<Document>.() ->Unit
): Pipeline<Type, Document> where Type : PipelineType, Type : HasMatch =// …
Dokka HTML output:
Dokka configuration
Configuration of dokka used to reproduce the bug
Using dokkatoo with this configuration, though I don't think there's anything there that is relevant.
Installation
Operating system: Linux
Build tool: Gradle 8.10.2
Dokkatoo version: 2.4.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Using the following function:
when using the HTML output, Dokka exports:
which is incorrect.
Screenshots
Full example signature:
Dokka HTML output:
Dokka configuration
Configuration of dokka used to reproduce the bug
Using dokkatoo with this configuration, though I don't think there's anything there that is relevant.
Installation
The text was updated successfully, but these errors were encountered: