angular-jsdoc icon indicating copy to clipboard operation
angular-jsdoc copied to clipboard

AngularJS Template/Plugin for JSDoc 3.

Results 29 angular-jsdoc issues
Sort by recently updated
recently updated
newest added

I'm currently developing a JavaEE based project with angular frontend. All my frontend stuff (js html css) is under src/main/resources. Now i am trying to document one of directives which...

In the example files for documenting a controller: ``` /** * @property {Hash} _objects collection og objects that belongs to this map */ this._objects = {}; ``` but the output.js...

A recent update has introduced the following error on compilation. The error: > > C:\Sites\TEST\OBA\node_modules\angular-jsdoc\node_modules\angular-template\index.js:140 > > throw e; > > ^ > > SyntaxError: Unexpected reserved word > >...

When will a new release be pushed to the NPM ecosystem with the latest PRs?

Appears there's no support for using the `@typedef`and `@callback` (I think internally `@callback` piggybacks off `@typedef`. http://usejsdoc.org/tags-callback.html ``` /** * Called when a location is selected from the list of...

If a member is marked as `@private` the generated documentation does not indicate that the member is private. ``` /** * @private */ var userState = {}; ``` ![image](https://cloud.githubusercontent.com/assets/1775239/14755468/5734b7da-0897-11e6-8136-437d3891c271.png)

It would be beneficial to integrate Bootstrap into the templates to help with style consistencies and provide access to some elegant Bootstrap features. Anyone have any thoughts on this or...

It would be great if the Gulpfile provided helpful development tasks to enforce code style and standards and in the future unit tests would be great :). The Gulpfile should...

Hi. I added some tutorials files to my project. I also added the `@tutorial` tag to my class. When I running the JSDoc process: - The tutorials files are copied...

enhancement