angular-jsdoc
angular-jsdoc copied to clipboard
Template publish() needs to be optimized
The publish() method needs to be refactored and optimized. There are 5 separate loops in the publish() method 3 of which are iterating the same list of objects ("classes") and one iterating a list of all doclets.
My Angular project is still small and it takes 3 seconds to generate my documentation from less than 50 files.
#93 may have solved this.