Inline language for documenting angularjs applications
ngdoc is based on JSDoc and includes the following AngularJS specific tags:
@ngdoc specifies the type of thing being documented. See below for more detail. @scope specifies that the documented directive will create a new scope @priority specifies the documented directive's priority @animations specifies the animations that the documented directive supports @methodOf type links a method to the object/service where it is defined @propertyOf type links a property to the object/service where it is defined @eventOf type links a method to the object/service where it is defined @eventType emit | broadcast specifies whether the event is emitted or broadcast
References