Michel Simonot
Michel Simonot
Was trying to solve a similar issue, but noticed that your issue may be the same as #20.
I ran into this issue and found that I had missed a key part in the docs: `This format will only effect the output file.` That may be your issue...
Try adding a `@memberof calculator` tag to the `add` function. I believe this is how we group our module items together.
> This has the side effect (feature?) that each stray console.log message would go inside the group for a given action... not much that can be done about that. What...