No way to document an exported Object
See original GitHub issueIf a file exports an object whose keys have documented functions as values, those functions are not documented.
I mean:
/**
* UTILS STUFF
*/
const utils = {
/**
* UTIL FOO
*/
UtilFoo: function() {}
};
export { utils };
Just Utils
VARIABLE is documented.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:11 (1 by maintainers)
Top Results From Across the Web
'data' is not an exported object from 'namespace:my_package'
rda file in my data folder. I was unable to get devtools::document() to recreate the NAMESPACE file. The solution was to re-save the...
Read more >Error: 'items' is not an exported object from 'namespace:cfsales'
It simply provides data in the form of .rda files -- no functions. I am having a NAMESPACE problem when I run devtools::document()...
Read more >Multipage file with all content off-page exports to pdf as empty ...
Steps to reproduce: open Inkscape; test.svg; Save as pdf (using save dialog). Check "Use exported object's size" without entering an id ...
Read more >Export an object attribut's to WORD using a template DOC ...
I just started working with doors and my mission is to transfer data from doors to a word document using a template made...
Read more >How are you to import/export custom application/object data w
When you log in to RDC and select a workspace, just above the folder list you can see a drop-down that says "Document"....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
By using esdoc, I found myself refactoring my whole code just to make esdoc happy. Not the way to go.
I’d love to see an option for this.