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

scaladoc access

5 replies
normen.mueller
Joined: 2008-10-31,
User offline. Last seen 3 years 8 weeks ago.

He,

how can I tell scaladoc to include public, protected and private
elements. I already tried
"-access:public,protected,private", but unfortunately that doesn't work.

Any suggestions?

Cheers,
--
Normen Müller

Mark Harrah
Joined: 2008-12-18,
User offline. Last seen 35 weeks 3 days ago.
Re: scaladoc access

Try just using one at a time:

-access:private

I'm pretty sure private implies protected and protected implies public.

-Mark

On Tuesday 17 February 2009, Normen Müller wrote:
> He,
>
> how can I tell scaladoc to include public, protected and private
> elements. I already tried
> "-access:public,protected,private", but unfortunately that doesn't work.
>
> Any suggestions?
>
> Cheers,
> --
> Normen Müller

Normen Müller
Joined: 2009-02-13,
User offline. Last seen 42 years 45 weeks ago.
Re: scaladoc access

On Feb 17, 2009, at 1:56 PM, Mark Harrah wrote:
> Try just using one at a time:
>
> -access:private

I even tried that one without any complaints, the private classes
weren't displayed, though.

Cheers,
--
Normen Müller

extempore
Joined: 2008-12-17,
User offline. Last seen 35 weeks 3 days ago.
Re: scaladoc access

On Tue, Feb 17, 2009 at 02:06:52PM +0100, Normen Müller wrote:
> I even tried that one without any complaints, the private classes weren't
> displayed, though.

Note that there is an open bug about scaladoc and private[scope] style modifiers:

https://lampsvn.epfl.ch/trac/scala/ticket/1615

Normen Müller
Joined: 2009-02-13,
User offline. Last seen 42 years 45 weeks ago.
Re: scaladoc access

On Feb 17, 2009, at 2:22 PM, Paul Phillips wrote:
> Note that there is an open bug about scaladoc and private[scope]
> style modifiers:
>
> https://lampsvn.epfl.ch/trac/scala/ticket/1615

Oh, alright then. Thanks.

Cheers,
--
Normen Müller

Normen Müller
Joined: 2009-02-13,
User offline. Last seen 42 years 45 weeks ago.
Re: scaladoc access

On Feb 17, 2009, at 2:22 PM, Paul Phillips wrote:
> Note that there is an open bug about scaladoc and private[scope]
> style modifiers:
>
> https://lampsvn.epfl.ch/trac/scala/ticket/1615

BTW, package descriptions don't work either, right?

Cheers,
--
Normen Müller

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