docs(): remove group tag

This commit is contained in:
Andy Joslin
2014-03-17 09:47:35 -06:00
parent 60e4c1cc46
commit bd66fc8b28
11 changed files with 3 additions and 30 deletions

View File

@@ -11,7 +11,6 @@ angular.module('ionic.ui.content', ['ionic.ui.service', 'ionic.ui.scroll'])
* @ngdoc directive
* @name ionPane
* @module ionic
* @group page layout
* @restrict E
*
* @description A simple container that fits content, with no side effects. Adds the 'pane' class to the element.
@@ -29,8 +28,6 @@ angular.module('ionic.ui.content', ['ionic.ui.service', 'ionic.ui.scroll'])
* @ngdoc directive
* @name ionContent
* @module ionic
* @group page layout
* @groupMainItem
*
* @description
* The ionContent directive provides an easy to use content area that can be configured
@@ -153,7 +150,6 @@ function($parse, $timeout, $controller, $ionicBind) {
* @name ionRefresher
* @module ionic
* @restrict E
* @group page layout
* @parent ionic.directive:ionContent, ionic.directive:ionScroll
* @description
* Allows you to add pull-to-refresh to a scrollView.
@@ -247,7 +243,6 @@ function($parse, $timeout, $controller, $ionicBind) {
* @ngdoc directive
* @name ionInfiniteScroll
* @module ionic
* @group page layout
* @parent ionic.directive:ionContent, ionic.directive:ionScroll
* @restrict E
*

View File

@@ -4,7 +4,6 @@ angular.module('ionic.ui.navAnimation', [])
* @ngdoc directive
* @name ionNavAnimation
* @module ionic
* @group navigation
* @restrict A
* @parent ionic.directive:ionNavView
*

View File

@@ -5,7 +5,6 @@ angular.module('ionic.ui.navBar', ['ionic.service.view', 'ngSanitize'])
* @ngdoc controller
* @name ionicNavBar
* @module ionic
* @group navigation
* @description
* Controller for the {@link ionic.directive:ionNavBar} directive.
*/
@@ -175,7 +174,6 @@ function($scope, $element, $ionicViewService, $animate, $compile) {
* @ngdoc directive
* @name ionNavBar
* @module ionic
* @group navigation
* @controller ionicNavBar
* @restrict E
*
@@ -263,14 +261,13 @@ function($ionicViewService, $rootScope, $animate, $compile, $parse) {
* @name ionNavBackButton
* @module ionic
* @restrict E
* @group navigation
* @parent ionNavBar
* @description
* Creates a back button inside an {@link ionic.directive:ionNavBar}.
*
* Will show up when the user is able to go back in the current navigation stack.
*
* By default, will go back when clicked. If you wish for more advanced behavior, see the
* By default, will go back when clicked. If you wish for more advanced behavior, see the
* examples below.
*
* @usage
@@ -347,7 +344,6 @@ function($ionicViewService, $rootScope, $animate, $compile, $parse) {
* @name ionNavButtons
* @module ionic
* @restrict E
* @group navigation
* @parent ionNavView
*
* @description

View File

@@ -24,7 +24,6 @@ angular.module('ionic.ui.sideMenu', ['ionic.service.gesture', 'ionic.service.vie
* @ngdoc controller
* @name ionicSideMenus
* @module ionic
* @group side menu
*
* @description
* Controller for the {@link ionic.directive:ionSideMenus} directive.
@@ -45,8 +44,6 @@ angular.module('ionic.ui.sideMenu', ['ionic.service.gesture', 'ionic.service.vie
* @name ionSideMenus
* @module ionic
* @restrict E
* @group side menu
* @groupMainItem
* @controller ionicSideMenus
*
* @description
@@ -119,7 +116,6 @@ angular.module('ionic.ui.sideMenu', ['ionic.service.gesture', 'ionic.service.vie
* @name ionSideMenuContent
* @module ionic
* @restrict A
* @group side menu
* @parent ionic.directive:ionSideMenus
*
* @description
@@ -246,7 +242,6 @@ angular.module('ionic.ui.sideMenu', ['ionic.service.gesture', 'ionic.service.vie
* @name ionSideMenu
* @module ionic
* @restrict E
* @group side menu
* @parent ionic.directive:ionSideMenus
*
* @description

View File

@@ -8,7 +8,6 @@ angular.module('ionic.ui.tabs', ['ionic.service.view'])
/**
* @ngdoc controller
* @group tab bar
* @name ionicTabs
* @module ionic
*
@@ -133,8 +132,6 @@ angular.module('ionic.ui.tabs', ['ionic.service.view'])
* @name ionTabs
* @module ionic
* @restrict E
* @group tab bar
* @groupMainItem
* @controller ionicTabs
* @codepen KbrzJ
*
@@ -211,7 +208,6 @@ function($scope, $ionicViewService, $rootScope, $element) {
/**
* @ngdoc directive
* @group tab bar
* @name ionTab
* @module ionic
* @restrict E

View File

@@ -8,7 +8,6 @@ angular.module('ionic.ui.viewState', ['ionic.service.view', 'ionic.service.gestu
* @name ionView
* @module ionic
* @restrict E
* @group navigation
* @parent ionNavBar
*
* @description
@@ -80,8 +79,6 @@ angular.module('ionic.ui.viewState', ['ionic.service.view', 'ionic.service.gestu
* @module ionic
* @restrict E
* @codepen HjnFx
* @group navigation
* @groupMainItem
*
* @description
* As a user navigates throughout your app, Ionic is able to keep track of their

View File

@@ -7,7 +7,6 @@ angular.module('ionic.ui.service.scrollDelegate', [])
* @ngdoc service
* @name $ionicScrollDelegate
* @module ionic
* @group page layout
* @description
* Allows you to have some control over a scrollable area (created by an
* {@link ionic.directive:ionContent} or {@link ionic.directive:ionScroll}

View File

@@ -6,7 +6,6 @@ angular.module('ionic.service.platform', [])
* @ngdoc service
* @name $ionicPlatform
* @module ionic
* @group utilities
* @description
* An angular abstraction of {@link ionic.utility:ionic.Platform}.
*

View File

@@ -27,7 +27,6 @@
* @ngdoc utility
* @name ionic.DomUtil
* @module ionic
* @group utilities
*/
ionic.DomUtil = {
//Call with proper context

View File

@@ -49,7 +49,6 @@
* @ngdoc utility
* @name ionic.EventController
* @module ionic
* @group utilities
*/
ionic.EventController = {
VIRTUALIZED_EVENTS: ['tap', 'swipe', 'swiperight', 'swipeleft', 'drag', 'hold', 'release'],
@@ -119,7 +118,7 @@
* @ngdoc method
* @name ionic.EventController#onGesture
* @alias ionic.onGesture
* @description Add an event listener for a gesture on an element.
* @description Add an event listener for a gesture on an element.
* @param {string} eventType The gesture event to listen for.
* @param {function(e)} callback The function to call when the gesture
* happens.
@@ -135,7 +134,7 @@
* @ngdoc method
* @name ionic.EventController#offGesture
* @alias ionic.offGesture
* @description Remove an event listener for a gesture on an element.
* @description Remove an event listener for a gesture on an element.
* @param {string} eventType The gesture event.
* @param {function(e)} callback The listener that was added earlier.
* @param {DOMElement} element The element the listener was added on.

View File

@@ -4,7 +4,6 @@
* @ngdoc utility
* @name ionic.Platform
* @module ionic
* @group utilities
*/
ionic.Platform = {