pmachapman/Tulip

Make UML C++ and HTML export more robust

Closed this issue · 2 comments

The C++ export for UML is a bit difficult to use. Perhaps auto-generate the templates if they are missing, or store as a resource?

Also, the HTML export references an images directory that does not exist by default.

Have fixed the export to HTML in commit 9889c00.

Fixed the export to C++ in commit df09bc6.