Warning, /sdk/doxyqml/tests/manual/Cond.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 }