Adam

Results 337 comments of Adam

Ahh okay. So if it's generated, you might need to tell Dokkatoo to use the generated sources. Those generated files are used during compilation, so Dokkatoo should detected them automatically,...

Hey @CLOVIS-AI, thanks for the report. I appreciate you using Dokkatoo, and taking the time to improve it. I had a look through the code and I couldn't see anything...

Thanks for the praise! I'm happy Dokkatoo is working out well for you! I've had a bit of a further dig into the issues. ### localhost link to index.html 404s...

> That's a pretty big footgun, and it's really not easy to debug. Welcome to Gradle :) Apparently is the 'plugin must be applied to the root project' is a...

hey @CLOVIS-AI 👋. Unfortunately Dokka is quite memory intensive, depending on the project. How many subprojects do you have? Are there a lot of dependencies? ### Specifying memory options Changing...

I have vague plans to create the documentation more thorough, and JVM args, particularly memory settings, would be a thing good to document.

> Do you know if it would be possible to display the Dokka memory usage in a build scan? I have no idea, but I think it's a good feature...

Good to hear! I'm happy to leave this open for now in lieu of writing proper documentation. I've also been wondering about instrumenting Dokka Generator and figuring out some statistics....

Hi, thanks for the report! I agree that it's not clear how to run the examples. I didn't really intend them to be run independently, they're more for copy-pasting, but...

Examples now has a README! https://github.com/adamko-dev/dokkatoo/tree/v2.3.1/examples#readme If anything could be improved, please leave another comment, or create a PR with some suggestions.