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
Perhaps, it should be automatically set to false (i.e document generated sources) in certain scenarios, as we sometimes have similar questions (such as #2821) that come from Android/KMP projects.
Like if certain libraries/plugins are used or code-generating tasks are present, given we can identify them somehow. Emitting a warning ("you have undocumented generated code") could be an option, but it might be annoying to see each time. Do you have any thoughts on that?
Describe the bug
Tasks which generate public API source do not have those sources included in generated documentation.
Expected behaviour
Documentation includes generated source content.
Screenshots
See below
To Reproduce
Given dokka-bug.zip:
Build project.
Observe generated sources included in
.jar
.Build Dokka HTML.
Observe generated sources not included in output.
Installation
The text was updated successfully, but these errors were encountered: