Skip to content

Add import statements for QML types

Joshua Goins requested to merge work/redstrate/import-statements into master

The current output is a little sparse, as it only contains the version:

image

This adds proper import statements, similar to Qt docs so developers can figure out how to actually import it:

image

(Older screenshot, version wouldn't be in italics)

Also, the @since is now changed to a @version command, but I'll probably revert that part. Internal types are also no longer outputted either.

Merge request reports