- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: vscaladoc 2.7.2
Wed, 2008-12-17, 08:28
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/
Wed, 2008-12-17, 15:57
#2
Re: vscaladoc 2.7.2
Cool!!!
On Wed, Dec 17, 2008 at 9:27 AM, Atsuhiko Yamanaka <atsuhiko.yamanaka@gmail.com> wrote:
--
__~O
-\ <, Christos KK Loverdos
(*)/ (*) http://ckkloverdos.com
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
Wed, 2008-12-17, 16:07
#3
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/
Wed, 2008-12-17, 16:17
#4
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/
>
>
Wed, 2008-12-17, 17:35
#5
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.
On Wed, Dec 17, 2008 at 1:27 AM, Atsuhiko Yamanaka <atsuhiko.yamanaka@gmail.com> wrote: