| Index: tools/dom/docs/lib/docs.dart
|
| diff --git a/tools/dom/docs/lib/docs.dart b/tools/dom/docs/lib/docs.dart
|
| index 0b52b229bc52e5862cf54cdb25458d4818ff3774..d5c686ddbd5abdea32056fb02670167e419ec39a 100644
|
| --- a/tools/dom/docs/lib/docs.dart
|
| +++ b/tools/dom/docs/lib/docs.dart
|
| @@ -145,7 +145,7 @@ Map _generateJsonFromLibraries(MirrorSystem mirrors) {
|
|
|
| /// Filter out mirrors that are private, or which are not part of this docs
|
| /// process. That is, ones without the DocsEditable annotation.
|
| -/// If [ignoreDocsEditable] is true, relax the restriction on @DocsEditable.
|
| +/// If [ignoreDocsEditable] is true, relax the restriction on @DocsEditable().
|
| /// This is to account for classes that are defined in a template, but whose
|
| /// members are generated.
|
| List<DeclarationMirror> _sortAndFilterMirrors(List<DeclarationMirror> mirrors,
|
|
|