diff --git a/src/ng/directive/ngSwitch.js b/src/ng/directive/ngSwitch.js
index 44985737..f22e634d 100644
--- a/src/ng/directive/ngSwitch.js
+++ b/src/ng/directive/ngSwitch.js
@@ -10,12 +10,13 @@
* ngSwitchWhen or ngSwitchDefault directives will be preserved at the location
* as specified in the template
*
- * @usageContent
- * ...
+ * @usage
+ *
+ * ...
* ...
* ...
* ...
- * ...
+ *
*
* @scope
* @param {*} ngSwitch|on expression to match against ng-switch-when.