Can anybody point me to an example of what good source code documentation looks like?
#coding #programming #question
@Anke
The German book "weniger schlecht programmieren" has a chapter on this I think I saw at least one book only dedicated to this but I don't remember the name.
@Anke
Maybe this is a good start https://opensource.com/business/15/5/write-better-docs
@Anke
Mind you, even documentation is subject to one's personal taste...
that said, I'd check out the Go and Qt sources. They provide some of the best API / interface documentation I got to work with.