| Index: pkg/docgen/lib/docgen.dart
|
| diff --git a/pkg/docgen/lib/docgen.dart b/pkg/docgen/lib/docgen.dart
|
| index e90810e2652d8b85406985980dfc673dac3f4314..c874c089f16205af9e690786e9e045cb6a104202 100644
|
| --- a/pkg/docgen/lib/docgen.dart
|
| +++ b/pkg/docgen/lib/docgen.dart
|
| @@ -230,7 +230,7 @@ String _getComment(DeclarationMirror mirror) {
|
| });
|
| commentText = commentText == null ? '' :
|
| markdown.markdownToHtml(commentText.trim(), linkResolver: linkResolver)
|
| - .replaceAll('\n', '');
|
| + .replaceAll('\n', ' ');
|
| return commentText;
|
| }
|
|
|
|
|