This page is no longer maintained — Please continue to the home page at www.scala-lang.org

package object and scaladoc

1 reply
Matthew Pocock 3
Joined: 2010-07-30,
User offline. Last seen 42 years 45 weeks ago.
Hi,
I've written a little graph API and added a package object that provides two types and some scaladoc. However, nothing to do with the package object is showing up in scaladoc. The project is hosted on github:
http://github.com/drdozer/graphhttp://drdozer.github.com/graph

I'm probably doing something silly, but I can't figure out what.
This is just a tester project to get some ideas about graph APIs I've had knocking about in my head down in code. It's not meant as a serious replacement for any other graph APIs, but I would like the scaladoc to be generated correctly.
Thanks,
Matthew
--
Dr Matthew PocockIntegrative Bioinformatics Group, School of Computing Science, Newcastle Universitymailto: turingatemyhamster@gmail.com gchat: turingatemyhamster@gmail.commsn: matthew_pocock@yahoo.co.uk irc.freenode.net: drdozerskype: matthew.pococktel: (0191) 2566550mob: +447535664143
dcsobral
Joined: 2009-04-23,
User offline. Last seen 38 weeks 5 days ago.
Re: package object and scaladoc
That's because there's no package named Graph, just the package object.

On Fri, Dec 23, 2011 at 10:56, Matthew Pocock <turingatemyhamster@gmail.com> wrote:
Hi,
I've written a little graph API and added a package object that provides two types and some scaladoc. However, nothing to do with the package object is showing up in scaladoc. The project is hosted on github:
http://github.com/drdozer/graphhttp://drdozer.github.com/graph

I'm probably doing something silly, but I can't figure out what.
This is just a tester project to get some ideas about graph APIs I've had knocking about in my head down in code. It's not meant as a serious replacement for any other graph APIs, but I would like the scaladoc to be generated correctly.
Thanks,
Matthew
--
Dr Matthew PocockIntegrative Bioinformatics Group, School of Computing Science, Newcastle University mailto: turingatemyhamster@gmail.com gchat: turingatemyhamster@gmail.commsn: matthew_pocock@yahoo.co.uk irc.freenode.net: drdozerskype: matthew.pococktel: (0191) 2566550mob: +447535664143



--
Daniel C. Sobral

I travel to the future all the time.

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland