| Index: pkg/docgen/lib/src/models/model_helpers.dart
|
| diff --git a/pkg/docgen/lib/src/models/model_helpers.dart b/pkg/docgen/lib/src/models/model_helpers.dart
|
| index 76fea851d2c6e309756fd952a382631ac5335226..9f683d05792e76cebaf1ef499cbbaf401548a316 100644
|
| --- a/pkg/docgen/lib/src/models/model_helpers.dart
|
| +++ b/pkg/docgen/lib/src/models/model_helpers.dart
|
| @@ -22,6 +22,9 @@ import 'method.dart';
|
| import 'parameter.dart';
|
| import 'variable.dart';
|
|
|
| +String getLibraryDocName(LibraryMirror mirror) =>
|
| + dart2js_util.qualifiedNameOf(mirror).replaceAll('.', '-');
|
| +
|
| /// Expand the method map [mapToExpand] into a more detailed map that
|
| /// separates out setters, getters, constructors, operators, and methods.
|
| Map expandMethodMap(Map<String, Method> mapToExpand) => {
|
|
|