A collection of functions relating to resolving @borrows tags in JSDoc symbols.
Methods
(static) resolveBorrows()
Take a copy of the docs for borrowed symbols and attach them to the
docs for the borrowing symbol. This process changes the symbols involved,
moving docs from the "borrowed" array and into the general docs, then
deleting the "borrowed" array.