Skip to content

changes links to api/current scaladocs #149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 6, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
changes links to api/current scaladocs
  • Loading branch information
xeno-by committed Jan 6, 2013
commit 2efb9d84c957bcd2ec244d91ed5d073c94c66b03
6 changes: 3 additions & 3 deletions overviews/reflection/environment-universes-mirrors.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ This document is in progress and should be ready soon.
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).

Scaladoc pages relevant to this topic:
* [Universe](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Universe)
* [Mirror](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Mirror)
* [Mirrors](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Mirrors)
* [Universe](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Universe)
* [Mirror](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Mirror)
* [Mirrors](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Mirrors)
22 changes: 11 additions & 11 deletions overviews/reflection/names-exprs-scopes-more.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ This document is in progress and should be ready soon.
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).

Scaladoc pages relevant to this topic:
* [Annotations](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Annotations)
* [Constants](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Constants)
* [Exprs](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Exprs)
* [FlagSets](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.FlagSets)
* [Importers](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Importers)
* [Names](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Names)
* [Positions](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Positions)
* [Printers](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Printers)
* [Scopes](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Scopes)
* [StandardDefinitions](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.StandardDefinitions)
* [StandardNames](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.StandardNames)
* [Annotations](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Annotations)
* [Constants](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Constants)
* [Exprs](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Exprs)
* [FlagSets](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.FlagSets)
* [Importers](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Importers)
* [Names](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Names)
* [Positions](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Positions)
* [Printers](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Printers)
* [Scopes](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Scopes)
* [StandardDefinitions](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.StandardDefinitions)
* [StandardNames](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.StandardNames)
6 changes: 3 additions & 3 deletions overviews/reflection/symbols-trees-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ This document is in progress and should be ready soon.
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).

Scaladoc pages relevant to this topic:
* [Symbols](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Symbols)
* [Trees](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Trees)
* [Types](http://www.scala-lang.org/api/rc/index.html#scala.reflect.api.Types)
* [Symbols](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Symbols)
* [Trees](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Trees)
* [Types](http://www.scala-lang.org/api/current/index.html#scala.reflect.api.Types)
2 changes: 1 addition & 1 deletion overviews/reflection/typetags-manifests.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ This document is in progress and should be ready soon.

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).

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).
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).