Finish API documentation
vickumar1981 opened this issue · 8 comments
Need to put annotated comments in more files. The docs are incomplete and could use more explanation of what each of the methods and parameters do.
hi there. I'd like to pitch in and help your community with documentation support if possible.
@reneleft01 thanks.
to run the docs you use: sbt doc
, assuming you have sbt
setup - https://www.scala-sbt.org/1.0/docs/Setup.html
there's only a few places where the documentation is okay, but even there it can be improved:
Everywhere else, documentation is needed, and particularly for the Java interface and the implementations.
Hi All,
Do you still need help with the documentation? I didn't see that this issue is closed.
I am a professional technical writer and would like to assist, if that is still needed.
Hi @rjseymour66 .
Definitely still need help with the documentation. The repo is using scaladocs: https://docs.scala-lang.org/overviews/scaladoc/for-library-authors.html . Please feel free to shoot me an email or DM me on Twitter, vickumar1981. Thank you also.
Great! I will take a closer look over the weekend and respond with any questions/suggestions.
Started working on the documentation: #18
Basic usage of scala docs:
Until the CONTRIBUTING.md
is complete,here's the general instructions for working with the documentation:
- Need java 8 installed - https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
- Clone the repo, specifically checkout the snapshot branch (currently, 1.0.8-SNAPSHOT)
- Run
./sbt doc
- The
index.html
file for the docs will be generated undertarget/scala-2.12/api