// in some file /** * @typedef myspace * @property {Object} models * @property {Object} services */ // in other files /** @typedef myspace.models.ModelA */
Im trying to document my node.js/javascript application. The frontend is a vue app & backend a node.js app. I use jsdoc to document classes/modules etc. and
Short version: If I wanted to develop a completely new jsDoc template from scratch, what would I have to read to understand what jsDoc does, what interface my t