I have a file with 20 or 30 functions that are all...
# codingconventions
r
I have a file with 20 or 30 functions that are all pretty similar, and wanted to document all of them at the file level. Adding a KDoc section at the top of the file seems to document the first function only.
g
as I remember you actually can reference another KDoc, even from a separate file
r
Are you suggesting adding a reference on every function KDoc to the first function's KDoc? This is exactly what I'm trying to avoid. Basically I want to add KDoc at the file level -- I don't actually care about documenting each function.