Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(227)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: sdk/lib/_internal/dartdoc/pubspec.yaml
Issue
13861024
:
Have dartdoc document exports. (Closed)
Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes on top of original commit
Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
sdk/lib/_internal/dartdoc/bin/dartdoc.dart
sdk/lib/_internal/dartdoc/lib/dartdoc.dart
sdk/lib/_internal/dartdoc/lib/src/dartdoc/utils.dart
sdk/lib/_internal/dartdoc/lib/src/export_map.dart
sdk/lib/_internal/dartdoc/pubspec.yaml
sdk/lib/_internal/dartdoc/test/dartdoc_test.dart
sdk/lib/_internal/dartdoc/test/export_map_test.dart
sdk/lib/_internal/dartdoc/test/utils_test.dart
utils/apidoc/apidoc.dart
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« sdk/lib/_internal/dartdoc/lib/src/export_map.dart
('k') |
sdk/lib/_internal/dartdoc/test/dartdoc_test.dart »
('j') |
sdk/lib/_internal/dartdoc/test/dartdoc_test.dart »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 name: dartdoc
1 name: dartdoc
2 description: >
2 description: >
3 Libraries for generating documentation from Dart source code.
3 Libraries for generating documentation from Dart source code.
4
4
5 dependencies:
5 dependencies:
6
analyzer_experimental: ">=0.4.5 <1.0.0"
6 args: ">=0.4.2 <1.0.0"
7 args: ">=0.4.2 <1.0.0"
7 pathos: ">=0.4.2 <1.0.0"
8 pathos: ">=0.4.2 <1.0.0"
8
9
9 dev_dependencies:
10 dev_dependencies:
10 unittest: ">=0.4.2 <1.0.0"
11 unittest: ">=0.4.2 <1.0.0"
OLD
NEW
« no previous file with comments
|
« sdk/lib/_internal/dartdoc/lib/src/export_map.dart
('k') |
sdk/lib/_internal/dartdoc/test/dartdoc_test.dart »
('j') |
sdk/lib/_internal/dartdoc/test/dartdoc_test.dart »
('J')
Issue 13861024: Have dartdoc document exports. (Closed)
Created 7 years, 8 months ago by nweiz
Modified 7 years, 8 months ago
Reviewers: Andrei Mouravski
Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Comments: 2
This is Rietveld
408576698