Skip to content

Commit 63247e6

Browse files
committed
make mixin base classes docs private (#5301)
1 parent a664947 commit 63247e6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/lib/tabs/tab-group.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export class MdTabChangeEvent {
3737
export type MdTabHeaderPosition = 'above' | 'below';
3838

3939
// Boilerplate for applying mixins to MdTabGroup.
40+
/** @docs-private */
4041
export class MdTabGroupBase {
4142
constructor(public _renderer: Renderer2, public _elementRef: ElementRef) {}
4243
}

src/lib/tabs/tab-nav-bar/tab-nav-bar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import 'rxjs/add/observable/merge';
3333
import {Subject} from 'rxjs/Subject';
3434

3535
// Boilerplate for applying mixins to MdTabNav.
36+
/** @docs-private */
3637
export class MdTabNavBase {
3738
constructor(public _renderer: Renderer2, public _elementRef: ElementRef) {}
3839
}

0 commit comments

Comments
 (0)