Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

[Dart][API] Support angular.io doc relative links and code-regions #2049

Closed
chalin opened this issue Aug 8, 2016 · 1 comment
Closed

[Dart][API] Support angular.io doc relative links and code-regions #2049

chalin opened this issue Aug 8, 2016 · 1 comment

Comments

@chalin
Copy link
Contributor

chalin commented Aug 8, 2016

Here is an API doc excerpt illustrating this issue's use case

/* ...
 * though it is better practice to bind to a component field or method. Try the
 * [live example][ex] from the [Template Syntax][guide] chapter. Here are the
 * relevant excerpts from the example's template and component class:
 *
 * {@example docs/template-syntax/lib/app_component.html region=NgStyle}
...
 * [guide]: docs/guide/template-syntax.html#!#ngStyle
 * [ex]: examples/template-syntax/#ngStyle
 */
  • @example URL starting with docs refers to NgStyle fragment of the named template-syntax example. By default @example fetches code from the API examples folder.
  • Links with URLs starting with either docs or examples refer to (respectively):

cc @kwalrath

chalin added a commit to IdeaBlade/angular.io that referenced this issue Aug 8, 2016
- angular#2049, support ng.io doc relative links and code-regions
- Change dartdoc output folder to `docs/api` (from `doc/api`).
chalin added a commit to IdeaBlade/angular.io that referenced this issue Aug 8, 2016
- angular#2049, support ng.io doc relative links and code-regions
- Change dartdoc output folder to `docs/api` (from `doc/api`).
chalin added a commit to IdeaBlade/angular.io that referenced this issue Aug 9, 2016
- angular#2049, support ng.io doc relative links and code-regions
- Change dartdoc output folder to `docs/api` (from `doc/api`).
chalin added a commit to IdeaBlade/angular.io that referenced this issue Aug 10, 2016
- angular#2049, support ng.io doc relative links and code-regions
- Change dartdoc output folder to `docs/api` (from `doc/api`).
kwalrath pushed a commit that referenced this issue Aug 10, 2016
- #2049, support ng.io doc relative links and code-regions
- Change dartdoc output folder to `docs/api` (from `doc/api`).
@chalin
Copy link
Contributor Author

chalin commented Aug 10, 2016

Closed via #2050.

@chalin chalin closed this as completed Aug 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant