Just a small collection of snippets for creating an Angular/ngdoc related documentation.
You should use it in combination with DocBlockr, to get a nice workflow.
Let DocBlockr create the documentation with /** » [TAB] and then add your ngdoc snippets.
See the official Angular wiki for notes about writing Angular related docs: Writing AngularJS Documentation.
-
$ngd+adds a complete documentation stack of @ngdoc-comment$ngdoc {...} @name {name} @deprecated @scope @eventType emit|broadcast @link @requires {service} @propertyOf {method} @methodOf {method} @function @element @elementOf {type} @description @param {type} @returns {type}
-
$depadds @deprecated -
$desadds @description -
$eleadds @element -
$eofadds @elementOf {type} -
$eveadds @eventType emit|broadcast -
$funadds @function -
$linadds @link -
$metadds @methodOf {method} -
$namadds @name {name} -
$ngdadds @ngdoc -
$paradds @param {type} -
$priadds @private -
$proadds @propertyOf {method} -
$reqadds @requires {service} -
$retadds @returns {type} -
$scoadds @scope -
$thiadds @this