angular-jsdoc
angular-jsdoc copied to clipboard
AngularJS Template/Plugin for JSDoc 3.
How to document events with cross-links, '@fires', '@listens', etc.?
I'm somewhat new to JSDoc stuff but from what I understand, I should be able to add ``` /** * @private */ ``` above a function definition and it should...
I've been trying to figure out how I would go about creating nested modules with angular-jsdoc, but I'm coming up a bit dry. For example, a file structure like so:...
The template URL matching doesn't work when the template URL is a concatenated string. ``` templateUrl: "/client-src/app/directives/forms/equipment/" + "EquipmentManufacturersSelect.html", ``` The result of angular-jsdoc trying to parse the template URL...
Can we publish a release to npm that includes fixes made since the last release?
The jsDoc `@see` annotation allows also external urls. The generator always appends .html at the end `of @links`. Even if the user can actually add a new template overriding the...
Hi, first of all thank you for your awesome plugin! I'm trying to add your specific tags in my jsDoc documentation, but I have a strange behaviour. If I use...
I am using Node.js v4.2.5 and npm v2.14.12, jsdoc v3.4.0 and angular-jsdoc v1.4.2 Below is my package.json file ``` { "name": "abc", "version": "0.0.1", "scripts": { "jsdoc": "./node_modules/.bin/jsdoc --configure ./node_modules/angular-jsdoc/common/conf.json...
Minor issue. I am using JSDoc 3.4.0, but the generated html files state JSDoc 3.3.2. I'd expect JSDoc has placeholders for inserting its version number, and current date.
The publish() method needs to be refactored and optimized. There are 5 separate loops in the publish() method 3 of which are iterating the same list of objects ("classes") and...