1 * index page on "O" and downwards?
2 * flag types, e.g. QTextStream::NumberFlags
3 * example references qt.nokia.com/doc etc.
5 * fix enum value table (e.g. QCoreApplication.Encoding.html)
6 * check reimplementation of interface functions (e.g. QWidget::widthMM())
7 * handle '::' in doc, e.g. in QAbstractEventDispatcher's detailed desc
8 * make sure default constructor logic doesn't interfere with default params (e.g. QAbstractEventDispatcher ctors)
9 * document default constructor provided for Java (e.g.?)
10 * document "protected QAbstractEventDispatcher(QtObject.QPrivateConstructor p)" and the like
11 * memory-managed, type
13 * replace QString with String, etc.
18 * no link to class itself
21 * support Java-only /*! ... */ comments
23 * links to property names have to be fixed
24 * example: version 1 in QStyleOptionFrame
25 * example: foo -> isFoo()
27 * lowercase, and remove final stop, in \brief texts for variables and properties
28 * omit "see alsos" that don't work instead of showing them as broken links