Skip to content

Commit c887c49

Browse files
committed
make mixin base classes docs private (#5301)
1 parent 422892b commit c887c49

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
@@ -35,6 +35,7 @@ import {merge} from 'rxjs/observable/merge';
3535
import {fromEvent} from 'rxjs/observable/fromEvent';
3636

3737
// Boilerplate for applying mixins to MdTabNav.
38+
/** @docs-private */
3839
export class MdTabNavBase {
3940
constructor(public _renderer: Renderer2, public _elementRef: ElementRef) {}
4041
}

0 commit comments

Comments
 (0)