0
|
1 |
* index page on "O" and downwards?
|
|
2 |
* flag types, e.g. QTextStream::NumberFlags
|
|
3 |
* example references qt.nokia.com/doc etc.
|
|
4 |
|
|
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
|
|
12 |
|
|
13 |
* replace QString with String, etc.
|
|
14 |
* nested classes
|
|
15 |
* enum_1
|
|
16 |
|
|
17 |
* fix stylesheet
|
|
18 |
* no link to class itself
|
|
19 |
* support \ifjava
|
|
20 |
* add // C++
|
|
21 |
* support Java-only /*! ... */ comments
|
|
22 |
|
|
23 |
* links to property names have to be fixed
|
|
24 |
* example: version 1 in QStyleOptionFrame
|
|
25 |
* example: foo -> isFoo()
|
|
26 |
|
|
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
|