All,
I fixed the documentation generation for Scalax.IO (Scala-2.8.0 port) project. I'd like to know what you all think of aiming for a "Preview Release" by the end of September. I'm thinking we should have the following by then (a lot of which is already there):
- Synchronous I/O API
- File/Directory API
- Scaladoc Documentation
- Examples/Cookbooks
I wired in maven's XDoclet support for generating a usage site (includes scaladocs and statically generated HTML files). I figure this is a temporary solution until we can merge back into Scalax proper (when Scala 2.8.0 is released). To check it out, run "mvn site" and then open target/site/index.html in a web browser.
Anyone have any thoughts on the goals/deadlines? Anything I'm missing here?
- Josh