|
Several new features and improvements for dartdoc.
* Dartdoc now works on multiple libraries and entrypoints.
* A dartdoc/dartdoc.bat script is generated into dart-sdk/bin
* The API libraries recognized by dart2js using the 'dart:' prefix
have been updated to use the 'dart:*' name in their library tags.
This makes the libraries show up with the correct prefix in the API docs.
* The processed libraries can be selected or limited, API
libraries are not processed by default, and links to api.dartlang.org
can be generated for API libraries.
Because of the changed library tags on API libraries, the generated
links don't current match the addresses on api.dartlang.org.
For instance, the docs for Object is currently located in
api.dartlang.org/core/Object.html, but with the new library
tag 'dart:core', the address will be api.dartlang.org/dart_core/Object.html.
The links will thus not work until api.dartlang.org have been updated with
this patch.
* Code and pre blocks use overflow-x:auto to support wide lines.
BUG= 2656, 2686, 3533, 4029, 4145, 3555
Committed: https://code.google.com/p/dart/source/detail?r=9843
Total comments: 33
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+252 lines, -148 lines) |
Patch |
 |
M |
corelib/unified/math/math.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/lib/core.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/lib/coreimpl.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/lib/interceptors.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/lib/io.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/lib/js_helper.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/library_map.dart
|
View
|
1
|
1 chunk |
+37 lines, -32 lines |
0 comments
|
Download
|
 |
M |
lib/crypto/crypto.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/dartdoc/dartdoc.dart
|
View
|
1
|
10 chunks |
+122 lines, -36 lines |
0 comments
|
Download
|
 |
M |
lib/dartdoc/static/styles.css
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
lib/dom/frog/dom_frog.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/html/frog/html_frog.dart
|
View
|
|
10 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
 |
M |
lib/json/json.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/uri/uri.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/utf/utf.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/web/web.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/create_sdk.py
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
utils/apidoc/apidoc.dart
|
View
|
1
|
8 chunks |
+18 lines, -33 lines |
0 comments
|
Download
|
 |
M |
utils/apidoc/html_diff.dart
|
View
|
|
5 chunks |
+12 lines, -8 lines |
0 comments
|
Download
|
 |
M |
utils/compiler/build_helper.dart
|
View
|
|
5 chunks |
+29 lines, -13 lines |
0 comments
|
Download
|
 |
M |
utils/compiler/compiler.gyp
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|