com-lihaoyi / sourcecode

Scala library providing "source" metadata to your program, similar to Python's __name__, C++'s __LINE__ or Ruby's __FILE__.
Other
520 stars 75 forks source link

Please add scaladocs #148

Open nafg opened 11 months ago

nafg commented 11 months ago

The readme file is great but when I'm working in my IDE I can't tell what things do without open my browser to github.

jducoeur commented 11 months ago

As with pretty much everything in the Scala ecosystem, the Scaladocs can be found on javadoc.io.

lihaoyi commented 11 months ago

I think he means having actual docs there, rather than just a list of function signatures

nafg commented 11 months ago

Right, my IDE can also show scaladocs without me going to javadoc.io, but the information isn't there, it's only in the readme

nafg commented 11 months ago

One day soon we'll be able just tell ChatGPT to open PRs like this...