angular-jsdoc icon indicating copy to clipboard operation
angular-jsdoc copied to clipboard

Template publish() needs to be optimized

Open reloaded opened this issue 9 years ago • 1 comments

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.

reloaded avatar Apr 28 '16 19:04 reloaded

#93 may have solved this.

schmod avatar Jun 28 '16 20:06 schmod