dgeni-alive icon indicating copy to clipboard operation
dgeni-alive copied to clipboard

Live docs on top of dgeni documentation generator

Results 11 dgeni-alive issues
Sort by recently updated
recently updated
newest added

Markdown links, e.g.: `[ResponsiveBootstrapToolkit](http://github.com/maciej-gurban/responsive-bootstrap-toolkit) ` work properly. However, JSDoc-style links, e.g.: `{@link http://github.com/maciej-gurban/responsive-bootstrap-toolkit ResponsiveBootstrapToolkit}` result in almost correct, yet malformed <a> tags.

Using v0.4.1 with grunt I get this error when I run grund `dgeni-alive`: ``` Running "dgeni-alive:api" (dgeni-alive) task Warning: Cannot read property 'includes' of undefined Use --force to continue. ```...

dgeni-alive is a documentation generator and there are no... docs? Why not use dgeni-alive to generate some? The example ``` js var docgen = require('../scr/docgen')(); // src is spelled wrong....

I've just managed to plug in the example tag but haven't investigated a great deal yet. Should I be able to run examples of my own directives yet? If so,...

I'm trying to setup **dgeni-alive** to generate the doc for an AngularJS app. First here is my gruntfile.js : ``` module.exports = function(grunt) { // Project configuration. grunt.initConfig({ "dgeni-alive": {...

It's not a big deal, but a comma is missing in the Gruntfile at the end of : ``` packages: [ 'dgeni-packages/jsdoc', // either names require('dgeni-packages/examples') // or packages ]...

Similar to Issue #17 Pull request : https://github.com/wingedfox/dgeni-alive/pull/20/files may solve this problem. Running the generated docs is throwing below error **Uncaught Error: [$injector:unpr] Unknown provider: $$MapProvider** in `ngAnimate` module Looks...

I've been looking for an angular documentation generator for a while now and hadn't decided on one. Then I saw the demos, something not given by many documentation generators so...

Or any other static .ngdocs. I'm generating my docs using the API with this script: ``` require('dgeni-packages/examples'); var path = require('path'); var docgen = require('dgeni-alive/src/docgen')(); var Package = require('dgeni').Package; var...

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,...