Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Side by Side Diff: pkg/docgen/doc/sdk-introduction.md

Issue 73113002: Generate docgen output along with api_docs as part of the build (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changed where it's trying to upload to Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/docgen/bin/sdk-introduction.md ('k') | pkg/docgen/lib/docgen.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Welcome to the Dart API reference documentation, 1 Welcome to the Dart API reference documentation,
2 covering the official Dart API libraries. 2 covering the official Dart API libraries.
3 Some of the most fundamental Dart libraries include: 3 Some of the most fundamental Dart libraries include:
4 4
5 * [dart:core](#dart:core): 5 * [dart:core](#dart:core):
6 Core functionality such as strings, numbers, collections, errors, 6 Core functionality such as strings, numbers, collections, errors,
7 dates, and URIs. 7 dates, and URIs.
8 * [dart:html](#dart:html): 8 * [dart:html](#dart:html):
9 DOM manipulation for web apps. 9 DOM manipulation for web apps.
10 * [dart:io](#dart:io): 10 * [dart:io](#dart:io):
(...skipping 24 matching lines...) Expand all
35 * [Programmer's Guide](http://www.dartlang.org/docs/) 35 * [Programmer's Guide](http://www.dartlang.org/docs/)
36 * [Samples](http://www.dartlang.org/samples/) 36 * [Samples](http://www.dartlang.org/samples/)
37 * [A Tour of the Dart Libraries](http://www.dartlang.org/docs/dart-up-and-runn ing/contents/ch03.html) 37 * [A Tour of the Dart Libraries](http://www.dartlang.org/docs/dart-up-and-runn ing/contents/ch03.html)
38 38
39 This API reference is automatically generated from the source code in the 39 This API reference is automatically generated from the source code in the
40 [Dart project](https://code.google.com/p/dart/). 40 [Dart project](https://code.google.com/p/dart/).
41 If you'd like to contribute to this documentation, see 41 If you'd like to contribute to this documentation, see
42 [Contributing](https://code.google.com/p/dart/wiki/Contributing) 42 [Contributing](https://code.google.com/p/dart/wiki/Contributing)
43 and 43 and
44 [Writing API Documentation](https://code.google.com/p/dart/wiki/WritingApiDocume ntation). 44 [Writing API Documentation](https://code.google.com/p/dart/wiki/WritingApiDocume ntation).
OLDNEW
« no previous file with comments | « pkg/docgen/bin/sdk-introduction.md ('k') | pkg/docgen/lib/docgen.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698