标签: angularjs gulp ngdoc
我正在使用ngdocs来记录我的AngularJS应用程序。我在API中有一个特定于指令本身的控制器。我试图将其记录为@module.directive:dirName.controller:ControllerName,但这似乎没有正确标记,控制器最终会记录在标记为module.directive:directiveName的新模块下。我应该在module下记录这个吗?有没有人想过最好的方法呢?
@module.directive:dirName.controller:ControllerName
module.directive:directiveName
module