Javascript: Move JSDoc's outside of code
问题 I ask this mostly from a Angular perspective (but any advice would help). I have JSDoc's on my functions but it makes the code look very messy. I would just like to know if there is a way to move the JSDoc's to some type of external file. An example of my JSDoc's: /** * Does a GET call on the service MyGetCall * @param {string} pUserID - 1st Parameter: User Login ID * @param {string} pPassword - 2nd Parameter: User Password * @returns The Call's Http Observable (subscribe to this function). *