Warning, /sdk/cutehmi/dev/Doxygen-3.workaround.Doxygen.missing.txt is written in an unsupported language. File is not indexed.

0001 Problem:
0002 
0003 Doxygen currently (1.18.7) does not support QML types natively. There is no "normal" way to document classes that are registered as
0004 QML types.
0005 
0006 Workaround:
0007 
0008 As a workaround C++ pseudo-classes that mock QML types can be defined specifically for Doxygen pass. This is possible only when
0009 Doxygen preprocessing is enabled and some macro is designated for Doxygen pass. For this we use DOXYGEN_WORKAROUND macro.
0010 
0011 Snippet:
0012