Skip to content

Allow passing pointers as types

Zachary Capalbo requested to merge zcapalbo/doxyqml:object-type into master

With mixed C++/QML codebases it can be more consistent to document passing QObject-derived objects to and from QML as pointers, rather than as objects (especially helpful to distinguish when the codebase is also using Q_GADGETs). This MR enables doxyqml to allow that specification.

Merge request reports