Warning, /sdk/doxyqml/tests/functional/enum/input/EnumWithInitializer.qml is written in an unsupported language. File is not indexed.
0001 Item { 0002 enum MyEnum { 0003 /// The first 0004 First = 1, 0005 InBetween, 0006 Last = MyConstant, ///< The last 0007 } 0008 }