angular-jsdoc
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "angular-jsdoc", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "JsDoc Plugin and Template for AngularJs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,5 +7,2 @@ (function () { | ||
/** | ||
* The siteLanguageServices provides information about available languges | ||
* of a site. | ||
* | ||
* @memberof app | ||
@@ -15,15 +12,23 @@ * @ngdoc service | ||
* @param {$http} Test | ||
* @property {object} obj property of this service | ||
* @ngInject | ||
* @desc The siteLanguageServices provides information about available languges | ||
* of a site. | ||
* | ||
*/ | ||
function testService ($http) { | ||
function testService ($http) { | ||
/** @property {object} obj property of this service */ | ||
var obj = {}; | ||
/** | ||
* @memberof testService | ||
* @method test | ||
* ///// NO param jsdoc tag here | ||
*/ | ||
function test() { | ||
} | ||
} | ||
/** | ||
* @memberof testService | ||
* @method test | ||
* ///// NO param jsdoc tag here | ||
*/ | ||
function test() { | ||
} | ||
})(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10343
4733562
164