Dokka documentation not inherited cross module #51

Open
opened 2023-01-16 20:25:19 +01:00 by Dutch · 0 comments
Owner

Currently Dokka does not support documentation inheritance over multiple modules.
https://github.com/Kotlin/dokka/issues/463

Our RoomEx module has the RoomExAutoDao<T> class which inherits the ICrud<T> interface, which is defined in the RoomEx-Common module.

This is not something we can fix currently.

Currently Dokka does not support documentation inheritance over multiple modules. https://github.com/Kotlin/dokka/issues/463 Our RoomEx module has the `RoomExAutoDao<T>` class which inherits the `ICrud<T>` interface, which is defined in the RoomEx-Common module. This is not something we can fix currently.
Commenting is not possible because the repository is archived.
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Dutch/RoomEx#51
No description provided.