Warning, /sdk/doxyqml/tests/functional/endcond/input/Endcond.qml is written in an unsupported language. File is not indexed.
0001 import QtQuick 1.1 0002 0003 Item { 0004 /** 0005 * The 'foo' property 0006 */ 0007 property int foo 0008 0009 /// @cond TEST 0010 0011 /// A test property, not visible by default 0012 property int test 0013 0014 /// @endcond TEST 0015 0016 /// @cond 0017 visible: false 0018 /// @endcond 0019 }