-
I often split out each function to its own file for modularity, and auto-require them.
How can I specify that certain files are part of the same module?
---
`barFunc.js`
```js
/**
* This fu…
-
The [api/README.md](/noodlefrenzy/node-amqp10/tree/master/api) hasn't been rebuilt in over a year and is pretty out-of-date since all the types refactoring etc.
I did investigate bumping up [jsdoc2md…
-
Following #61, the error should be thrown as an uncaught exception by default.
This is the behavior of any EventEmitter: if no one is listening to the error event, throw a global error.
But it seems…
-
I didn't change my grunt build which is like this:
``` js
jsdoc2md: {
api: {
options: {
index: true,
private: false
},
src: 'angular-web-notification.js',
dest: 'docs/a…
-
I get no output or error with `jsdoc2md src/lib.js`.
My file looks like [this](https://github.com/konsumer/tplink-lightbulb/blob/master/src/lib.js).
`jsdoc2md --json src/lib.js` looks like this…
-
I have the following simple script:
```
const jsdoc2md = require('jsdoc-to-markdown');
jsdoc2md.render('index.js')
.then((markdown) => {
console.log(markdown);
});
```
I get an error on the…
-
It would be nice if instead of a boolean on/off switch for "separators" you could specify the nature of the separator. In Stash, for example, the single dash on a line by itself just renders as a sin…
-
Trying to help someone on SO, I noticed that the following link works in chrome but not safari on iOS:
https://github.com/dc-js/dc.js/blob/develop/web/docs/api-latest.md#dc.baseMixin+minWidth
I wond…
-
Similar to #30 but this is clearly a bug.
jsdoc2md generates a single "-" where the line is supposed to be.
```
/**
* Class Foo
*/
function Foo () {
}
/**
* Class Bar
*/
function Bar () {
}
```…
-
Struggling to to get to work for my build. This happens with just requiring the module. This is on redhat.
```node_modules/app-usage-stats/es5/lib/app-usage-stats.js:195
throw err;
…