ngdocs と grunt を使用して Angular WebApp を文書化しようとしています。ルート構成を文書化する方法があることを知りたいのですが、WebApp のルーティング システムがかなり複雑であり、文書化の部分で注意が必要であると感じているためです。
とにかく、コントローラ、工場などのレベルでそれを持つことができますか.
以下のレベルに配置できますか:
/**
* @ngdoc controller
* @name shippingSolutionApp.controller:MainCtrl
* @description
* # MainCtrl
* <strong>PAGE LEVEL CONTROLLER:</strong> This is a page level controller.
*
* This is a empty controller of shippingSolutionApp. Any business logic to initiate the app must fall here when required.
*
* This holds the initialization process for both the sub-child WebApps: Admin Dashboard and User Dashboard
* @requires
* $scope
*/
ありがとう、アンキット