Skip to content

Commit

Permalink
Merge pull request #381 from keertip/fix
Browse files Browse the repository at this point in the history
fix issue with library name
  • Loading branch information
keertip committed Apr 14, 2015
2 parents 46f7d26 + 5c23769 commit 1aef248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ class Typedef extends ModelElement {
? modelType.createLinkedReturnTypeName()
: _typedef.returnType.name;

String get _href => '${library.name}/$fileName';
String get _href => '${library.nameForFile}/$fileName';
}

class Field extends ModelElement {
Expand Down

0 comments on commit 1aef248

Please sign in to comment.