• James Zern's avatar
    doxy: fix conditional usage, ref warnings · 6b7cf307
    James Zern authored
    doxygen < 1.7.? seems to have been more tolerant of single line
    \if/\endif
    
    This change fixes warnings such as:
    mainpage.dox:13: warning: unable to resolve reference to `vp8_encoder-'
    for \ref command
    vpx_decoder.h:193: warning: explicit link request to 'n' could not be
    resolved
    
    Change-Id: If3d04af5ede1b0d1e2c63021d0e4ac8f98db20b2
    6b7cf307
README 712 bytes
The Qt Quick module provides the basic elements to specify and implement your
user interface declaratively, using the Qt Meta-Object Language (QML). The
Qt QML module provides the engine and language infrastructure for QML itself.
This language is very expressive and human readable, and can be used by
designers to actually implement their UI vision. QML UIs can integrate
with C++ code in many ways, including being loaded as a part of a C++ UI
and loading data models from C++ and interacting with them.

Mostof these examples can be viewed directly with the
QML viewer utility, without requiring compilation.

Documentation for these examples can be found via the Examples
link in the main Qt documentation.