suh-dgeni-ngdocs
Version:
A package to generate ng-docs similar to what is used on AngularJS website.
35 lines (32 loc) • 776 B
JavaScript
/**
* @ngdoc overview
* @name HomePage
* @module Test
* @description
* home page text goes here
*
*/
/**
* @ngdoc module
* @name Test
* @module Test
* @angular angular 1.3.15
* @requires ngAnimate
* @requires ngTouch
* @note this is just a test
* @note {danger} this is just a test
* @installation
* to install through NPM
* ```sh
* npm install suh-dgeni-ngdocs --save-dev
*
* ```
* @briefdesc
* This is a test module used to check if the library is working fine. {@note primary <important> This is nice.}
* @description
* This is just a test module {@note primary <important> This is nice.}
* @todo {urgent} {note} This is a nice place
* @todo This is not good
* @todo {urgent} This is a nice place
*/
angular.module('TestModule',[]);