Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc3a4849

Browse files
committed
Merge pull requestscala#149 from xeno-by/master
changes links to api/current scaladocs
2 parents8af4862 +2efb9d8 commitc3a4849

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

‎overviews/reflection/environment-universes-mirrors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ This document is in progress and should be ready soon.
1616
In the meanwhile, to get an overview of reflection please follow our slides at[http://scalamacros.org/talks/2012-04-28-MetaprogrammingInScala210.pdf](http://scalamacros.org/talks/2012-04-28-MetaprogrammingInScala210.pdf).
1717

1818
Scaladoc pages relevant to this topic:
19-
*[Universe](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Universe)
20-
*[Mirror](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Mirror)
21-
*[Mirrors](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Mirrors)
19+
*[Universe](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Universe)
20+
*[Mirror](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Mirror)
21+
*[Mirrors](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Mirrors)

‎overviews/reflection/names-exprs-scopes-more.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ This document is in progress and should be ready soon.
1616
In the meanwhile, to get an overview of reflection please follow our slides at[http://scalamacros.org/talks/2012-04-28-MetaprogrammingInScala210.pdf](http://scalamacros.org/talks/2012-04-28-MetaprogrammingInScala210.pdf).
1717

1818
Scaladoc pages relevant to this topic:
19-
*[Annotations](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Annotations)
20-
*[Constants](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Constants)
21-
*[Exprs](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Exprs)
22-
*[FlagSets](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.FlagSets)
23-
*[Importers](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Importers)
24-
*[Names](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Names)
25-
*[Positions](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Positions)
26-
*[Printers](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Printers)
27-
*[Scopes](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Scopes)
28-
*[StandardDefinitions](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.StandardDefinitions)
29-
*[StandardNames](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.StandardNames)
19+
*[Annotations](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Annotations)
20+
*[Constants](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Constants)
21+
*[Exprs](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Exprs)
22+
*[FlagSets](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.FlagSets)
23+
*[Importers](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Importers)
24+
*[Names](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Names)
25+
*[Positions](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Positions)
26+
*[Printers](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Printers)
27+
*[Scopes](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Scopes)
28+
*[StandardDefinitions](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.StandardDefinitions)
29+
*[StandardNames](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.StandardNames)

‎overviews/reflection/symbols-trees-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ This document is in progress and should be ready soon.
1616
In the meanwhile, to get an overview of reflection please follow our slides at[http://scalamacros.org/talks/2012-04-28-MetaprogrammingInScala210.pdf](http://scalamacros.org/talks/2012-04-28-MetaprogrammingInScala210.pdf).
1717

1818
Scaladoc pages relevant to this topic:
19-
*[Symbols](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Symbols)
20-
*[Trees](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Trees)
21-
*[Types](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Types)
19+
*[Symbols](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Symbols)
20+
*[Trees](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Trees)
21+
*[Types](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Types)

‎overviews/reflection/typetags-manifests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ This document is in progress and should be ready soon.
1515

1616
In the meanwhile, to get an overview of reflection please follow our slides at[http://scalamacros.org/talks/2012-04-28-MetaprogrammingInScala210.pdf](http://scalamacros.org/talks/2012-04-28-MetaprogrammingInScala210.pdf).
1717

18-
Scaladoc page relevant to this topic:[TypeTags](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.TypeTags) (covers all sorts of tags and a bit of manifests).
18+
Scaladoc page relevant to this topic:[TypeTags](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.TypeTags) (covers all sorts of tags and a bit of manifests).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp