docProcessorGradlePlugin icon indicating copy to clipboard operation
docProcessorGradlePlugin copied to clipboard

Gradle Plugin: KDoc / JavaDoc Preprocessor that can produce modified sources

Results 28 docProcessorGradlePlugin issues
Sort by recently updated
recently updated
newest added

Running the processor with Gradle can take a long while in a project the size of [DataFrame](https://github.com/Kotlin/dataframe). This can be felt most using the `@include` and arg processors, mainly, probably,...

enhancement

Need to update to 1.9.10

highlight custom tags with a different color + bold on the fly.

Might be a Dokka limitation, but currently `DTypeAlias` is not a `WithSource`, so no `DocumentableWithSources` can be created for it. Explore if we can still access its docs and/or modify...

Such as docs from libraries, perhaps type aliases etc.

Currently, only the following characters are taken into account when splitting up tag arguments or docs: {}, [], (), , `, ", ', '''. Html tags are also supported in...

Currently in KDocs only http(s) urls are clickable in KDocs, like: `[test](https://google.com)`. It would be very useful and safe to be able to click on a file URL that opens...