Skip to content

Commit

Permalink
[docs beta]Remove Ember.Logger, Ember.Test* from modules, hide @ember…
Browse files Browse the repository at this point in the history
…/map

(cherry picked from commit ed5568d)
  • Loading branch information
toddjordan authored and kategengler committed Feb 6, 2018
1 parent 91dd6b9 commit 8fcdc6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/ember-console/lib/index.js
@@ -1,3 +1,6 @@
/**
@module ember
*/
/**
Inside Ember-Metal, simply uses the methods from `imports.console`.
Override this to provide more robust logging functionality.
Expand Down
1 change: 1 addition & 0 deletions packages/ember-metal/lib/map.js
Expand Up @@ -3,6 +3,7 @@ import { guidFor } from 'ember-utils';

/**
@module @ember/map
@private
*/

/*
Expand Down
4 changes: 3 additions & 1 deletion packages/ember-testing/lib/adapters/qunit.js
@@ -1,6 +1,8 @@
import { inspect } from 'ember-utils';
import Adapter from './adapter';

/**
@module ember
*/
/**
This class implements the methods defined by TestAdapter for the
QUnit testing framework.
Expand Down

0 comments on commit 8fcdc6a

Please sign in to comment.