Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit cd099b5

Browse files
committed
chore(api-builder): minor code cleanup
1 parent 010b845 commit cd099b5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tools/api-builder/links-package/inline-tag-defs/example.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,8 @@ module.exports = function exampleInlineTagDef(getLinkInfo, parseArgString, getAp
4040
};
4141
};
4242

43-
// Examples of what @example and @exampleTabs markup looks like in the angular/angular source.
44-
//*
45-
//* {@example core/application_spec.ts hello-app -title='Sample component' }
46-
//*
47-
//* {@exampleTabs core/application_spec.ts,core/application_spec.ts "hello-app,hello-app2" -titles="Hello app1, Hello app2" }
48-
//*
49-
50-
5143
function quote(str) {
5244
if (str == null || str.length === 0) return str;
5345
str = str.replace("'","'\'");
5446
return "'" + str + "'";
5547
}
56-
57-

0 commit comments

Comments
 (0)