Currently, there seems to be no way to omit or change the installation documentation for a module.
When using dgeni-alive for a private project documentation, and there are multiple sub-modules, this is just distracting.
Maybe just adding a check similar to this in the installation template would be enough: https://github.com/angular/angular.js/blob/3bcbd63e47b7a7210ca8cf0ad75d14605018c91e/docs/config/templates/api/module.template.html#L9-L11 (or, maybe the check should be:
If @installation is present, use that, otherwise check for @packageName and use the current version, or dispaly nothing
Currently, there seems to be no way to omit or change the installation documentation for a module.
When using dgeni-alive for a private project documentation, and there are multiple sub-modules, this is just distracting.
Maybe just adding a check similar to this in the installation template would be enough: https://github.com/angular/angular.js/blob/3bcbd63e47b7a7210ca8cf0ad75d14605018c91e/docs/config/templates/api/module.template.html#L9-L11 (or, maybe the check should be:
If
@installationis present, use that, otherwise check for@packageNameand use the current version, or dispaly nothing