Post B5pJiPF2KKiocfJZeC by lumi@snug.moe
(DIR) More posts by lumi@snug.moe
(DIR) Post #B5jF1uAFuo79JLnUp6 by navi@social.vlhl.dev
1 likes, 0 repeats
that moment where best docs is opening the header file and reading that
(DIR) Post #B5jF1uO55PAo0EGXNA by mid_kid@fosstodon.org
0 likes, 0 repeats
@navi Honestly, I typically write my docs in the header file. It's perfect for the purpose.
(DIR) Post #B5jF1ubYHJwsg0ZIMy by lanodan@queer.hacktivis.me
0 likes, 0 repeats
@mid_kid @navi And then you get stuff like JavaDoc/Doxygen/ExDoc/… depending on the language.But yeah if there's headers it's a pretty good place, another one is at top of the function but that relies a bit more on it getting extracted.
(DIR) Post #B5pJiPF2KKiocfJZeC by lumi@snug.moe
0 likes, 0 repeats
@navi so often i've just gone to read source codeit's always going to be the source of truth