typedoc icon indicating copy to clipboard operation
typedoc copied to clipboard

Async processing in plugins

Open meirgottlieb opened this issue 9 years ago • 0 comments

Hello,

A plugin I wrote process PlantUML diagrams in comments and generates links to images in the comments for those diagrams. The supporting libraries that do the image generation are async. Is there a way to tell TypeDoc to wait until the async processing in the plugin has completed before continuing? Or at least before reporting that document generation has completed? As it is now it works but TypeDoc reports that it is finished before the images have actually finished generating.

Thanks! Meir

meirgottlieb avatar Jan 29 '16 13:01 meirgottlieb