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

Unified Diff: pkg/docgen/example/test.dart

Issue 17000002: Added markdown reference recognition and output to JSON. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 side-by-side diff with in-line comments
Download patch
« pkg/docgen/bin/docgen.dart ('K') | « pkg/docgen/bin/docgen.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/docgen/example/test.dart
diff --git a/pkg/docgen/example/test.dart b/pkg/docgen/example/test.dart
index cba707814c3f590579aa15c46483b316531b4980..d93b63ff75ba99495ee83e4801ae63f174032dd8 100755
--- a/pkg/docgen/example/test.dart
+++ b/pkg/docgen/example/test.dart
@@ -30,7 +30,7 @@ abstract class B {
class A implements B {
/**
- * Markdown _test_ for **class** `A`
+ * Markdown _test_ for **class** [A]
*/
int _someNumber;
« pkg/docgen/bin/docgen.dart ('K') | « pkg/docgen/bin/docgen.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698