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

Side by Side Diff: pkg/docgen/test/multi_library_code/lib/dottedLibraryName.dart

Issue 202193002: pkg/dartdoc: moving files around, fix library names (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixed year Created 6 years, 9 months 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
OLDNEW
1 library library.name.wiith.dots.init; 1 library library.name.wiith.dots.init;
2 2
3 /// This library is purely for testing purposes, to ensure 3 /// This library is purely for testing purposes, to ensure
4 /// that we have a library that has dots in its name and 4 /// that we have a library that has dots in its name and
5 /// that it works properly 5 /// that it works properly
6 /// 6 ///
7 /// In addition, it's nice to have something which has paragraph 7 /// In addition, it's nice to have something which has paragraph
8 /// breaks inside a triple-slash doc comment. 8 /// breaks inside a triple-slash doc comment.
9 /// 9 ///
10 /// Like this. 10 /// Like this.
(...skipping 14 matching lines...) Expand all
25 } 25 }
26 26
27 /// This is another class. 27 /// This is another class.
28 class AnotherClass { 28 class AnotherClass {
29 /// This method returns [List<int>] containing the number 29 /// This method returns [List<int>] containing the number
30 /// three three times. Compare with [SomeClass.someMethod]. 30 /// three three times. Compare with [SomeClass.someMethod].
31 List<int> anotherMethod() { 31 List<int> anotherMethod() {
32 return const [3, 3, 3]; 32 return const [3, 3, 3];
33 } 33 }
34 } 34 }
OLDNEW
« no previous file with comments | « pkg/docgen/test/generate_json_test.dart ('k') | pkg/docgen/test/multi_library_code/lib/temp.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698