docProcessorGradlePlugin
docProcessorGradlePlugin copied to clipboard
Gradle Plugin: KDoc / JavaDoc Preprocessor that can produce modified sources
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,...
WIP: Create IDEA plugin to jump to generated source from Doc, or show generated docs in a popup live
Need to update to 1.9.10
highlight custom tags with a different color + bold on the fly.
Also allows for them to be inlined and broken up with `@comment`s.
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...