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

Re: vscaladoc 2.7.2

5 replies
ymnk
Joined: 2008-08-20,
User offline. Last seen 4 years 7 weeks ago.

Hi there,

As Jorge has explained as follows,

2008/12/2 Jorge Ortiz :
> vscaladoc generates docs from source code files.
>
> There are no source code files for scala.Char, scala.Int, etc.
> Ordinary scaladoc generates docs for them as a special case, whereas
> vscaladoc was not originally intended for use with the Scala standard
> library (hence doesn't have these as a special case).

vscaladoc can not generate docs for scala.Any, scala.AnyRef, scala.Int, etc.
However, after some quick hacks for vscaladoc, I have succeeded to
generate them.

You can grab the docs files at
http://scaladocs.jcraft.com/vscaladoc-2.7.2.zip
and enjoy them with your web browsers at
http://scaladocs.jcraft.com/2.7.2/

> Patches are welcome, I'd imagine.

My current hack is a little bit ugly.
I'll contribute it to vscaladoc team after finding smart fixes.

Sincerely,
--
Atsuhiko Yamanaka
JCraft,Inc.
1-14-20 HONCHO AOBA-KU,
SENDAI, MIYAGI 980-0014 Japan.
Tel +81-22-723-2150
+1-415-578-3454
Fax +81-22-224-8773
Skype callto://jcraft/

Jorge Ortiz
Joined: 2008-12-16,
User offline. Last seen 29 weeks 3 days ago.
Re: vscaladoc 2.7.2
W00t! Awesome!

On Wed, Dec 17, 2008 at 1:27 AM, Atsuhiko Yamanaka <atsuhiko.yamanaka@gmail.com> wrote:
Hi there,

As Jorge has explained as follows,

 2008/12/2 Jorge Ortiz <jorge.ortiz@gmail.com>:
 > vscaladoc generates docs from source code files.
 >
 > There are no source code files for scala.Char, scala.Int, etc.
 > Ordinary scaladoc generates docs for them as a special case, whereas
 > vscaladoc was not originally intended for use with the Scala standard
 > library (hence doesn't have these as a special case).

vscaladoc can not generate docs for scala.Any, scala.AnyRef, scala.Int, etc.
However, after some quick hacks for vscaladoc, I have succeeded to
generate them.

You can grab the docs files at
 http://scaladocs.jcraft.com/vscaladoc-2.7.2.zip
and enjoy them with your web browsers at
 http://scaladocs.jcraft.com/2.7.2/

 > Patches are welcome, I'd imagine.

My current hack is a little bit ugly.
I'll contribute it to vscaladoc team after finding smart fixes.


Sincerely,
--
Atsuhiko Yamanaka
JCraft,Inc.
1-14-20 HONCHO AOBA-KU,
SENDAI, MIYAGI 980-0014 Japan.
Tel +81-22-723-2150
   +1-415-578-3454
Fax +81-22-224-8773
Skype callto://jcraft/

loverdos
Joined: 2008-11-18,
User offline. Last seen 2 years 27 weeks ago.
Re: vscaladoc 2.7.2
Cool!!!

On Wed, Dec 17, 2008 at 9:27 AM, Atsuhiko Yamanaka <atsuhiko.yamanaka@gmail.com> wrote:
Hi there,

As Jorge has explained as follows,

 2008/12/2 Jorge Ortiz <jorge.ortiz@gmail.com>:
 > vscaladoc generates docs from source code files.
 >
 > There are no source code files for scala.Char, scala.Int, etc.
 > Ordinary scaladoc generates docs for them as a special case, whereas
 > vscaladoc was not originally intended for use with the Scala standard
 > library (hence doesn't have these as a special case).

vscaladoc can not generate docs for scala.Any, scala.AnyRef, scala.Int, etc.
However, after some quick hacks for vscaladoc, I have succeeded to
generate them.

You can grab the docs files at
 http://scaladocs.jcraft.com/vscaladoc-2.7.2.zip
and enjoy them with your web browsers at
 http://scaladocs.jcraft.com/2.7.2/

 > Patches are welcome, I'd imagine.

My current hack is a little bit ugly.
I'll contribute it to vscaladoc team after finding smart fixes.


Sincerely,
--
Atsuhiko Yamanaka
JCraft,Inc.
1-14-20 HONCHO AOBA-KU,
SENDAI, MIYAGI 980-0014 Japan.
Tel +81-22-723-2150
   +1-415-578-3454
Fax +81-22-224-8773
Skype callto://jcraft/



--
 __~O
-\ <,       Christos KK Loverdos
(*)/ (*)      http://ckkloverdos.com
ymnk
Joined: 2008-08-20,
User offline. Last seen 4 years 7 weeks ago.
Re: vscaladoc 2.7.2

Hi there,

2008/12/17 Atsuhiko Yamanaka :
> vscaladoc can not generate docs for scala.Any, scala.AnyRef, scala.Int, etc.
> However, after some quick hacks for vscaladoc, I have succeeded to
> generate them.
...
> > Patches are welcome, I'd imagine.
>
> My current hack is a little bit ugly.
> I'll contribute it to vscaladoc team after finding smart fixes.

FYI, I have submitted the patch to the vscaladoc's issue tracking system at
http://code.google.com/p/vscaladoc/issues/detail?id=22

Sincerely,
--
Atsuhiko Yamanaka
JCraft,Inc.
1-14-20 HONCHO AOBA-KU,
SENDAI, MIYAGI 980-0014 Japan.
Tel +81-22-723-2150
+1-415-578-3454
Fax +81-22-224-8773
Skype callto://jcraft/

Paul J. LaCrosse
Joined: 2008-12-17,
User offline. Last seen 2 years 33 weeks ago.
Re: vscaladoc 2.7.2

... the scala.actors.remote package appears to be missing from the online
docs at:

http://scaladocs.jcraft.com/2.7.2/

... but, thanks for the great resource!

Atsuhiko Yamanaka-2 wrote:
>
> Hi there,
>
> As Jorge has explained as follows,
>
> 2008/12/2 Jorge Ortiz :
> > vscaladoc generates docs from source code files.
> >
> > There are no source code files for scala.Char, scala.Int, etc.
> > Ordinary scaladoc generates docs for them as a special case, whereas
> > vscaladoc was not originally intended for use with the Scala standard
> > library (hence doesn't have these as a special case).
>
> vscaladoc can not generate docs for scala.Any, scala.AnyRef, scala.Int,
> etc.
> However, after some quick hacks for vscaladoc, I have succeeded to
> generate them.
>
> You can grab the docs files at
> http://scaladocs.jcraft.com/vscaladoc-2.7.2.zip
> and enjoy them with your web browsers at
> http://scaladocs.jcraft.com/2.7.2/
>
> > Patches are welcome, I'd imagine.
>
> My current hack is a little bit ugly.
> I'll contribute it to vscaladoc team after finding smart fixes.
>
>
> Sincerely,
> --
> Atsuhiko Yamanaka
> JCraft,Inc.
> 1-14-20 HONCHO AOBA-KU,
> SENDAI, MIYAGI 980-0014 Japan.
> Tel +81-22-723-2150
> +1-415-578-3454
> Fax +81-22-224-8773
> Skype callto://jcraft/
>
>

Paul J. LaCrosse
Joined: 2008-12-17,
User offline. Last seen 2 years 33 weeks ago.
Re: vscaladoc 2.7.2

Paul J. LaCrosse wrote:
>
> ... the scala.actors.remote package appears to be missing from the online
> docs at:
>
> http://scaladocs.jcraft.com/2.7.2/
>
> ... but, thanks for the great resource!
>

Thanks for the rapid response in fixing this! The scala.actors.remote
package is now available via the online docs.

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