JetBrains / Exposed

Kotlin SQL Framework
http://jetbrains.github.io/Exposed/
Apache License 2.0
8.36k stars 695 forks source link

docs: Add missing KDocs for exposed-dao Entity References API #2020

Closed bog-walk closed 8 months ago

bog-walk commented 8 months ago

Note: All public API elements in exposed-dao now have KDocs.

Add KDocs in exposed-dao to files relating to References and InnerTableLink class.

Add more samples to reference functions (so both the referencing and referenced entities and table show together for better understanding).

All related public API elements now show a KDoc when hovered over by a mouse in IDE or when Quick Documentation shortcut is used (F1 | Ctrl+Q).