Ayfri
11/27/2021, 4:59 AM/**
and we press ENTERefemoney
11/28/2021, 8:35 AMAyfri
11/28/2021, 11:57 AM/**
before a member/class/object/enum/interface/function but for everything in the current fileefemoney
11/28/2021, 12:02 PMAyfri
11/28/2021, 12:04 PMCasey Brooks
11/30/2021, 6:58 PM@param/@return
tags typical in Javadoc comments, but using prose and including links directly within the comment text (https://kotlinlang.org/docs/coding-conventions.html#documentation-comments). So to properly document those functions, you'd need to go in and manually write descriptions for them anyway. Anything auto-generated would just be redundant and likely to become outdated over time, and so you'd actually be better-off not having those comments at all.Ayfri
11/30/2021, 7:07 PM