diff options
author | David Boddie <david.boddie@nokia.com> | 2011-01-31 14:57:45 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-01-31 14:57:45 (GMT) |
commit | 1e7ab0e849900bacf71935f2a2150116b8dc17d1 (patch) | |
tree | d635ca87c7ff1690cd8574f17d5d584eab42c08c /tools/qdoc3/TODO.txt | |
parent | e5974b024828578945bd4c349f5f87f82a635225 (diff) | |
parent | 9b9c664470af22ab79ed6211cc5c02d715493657 (diff) | |
download | Qt-1e7ab0e849900bacf71935f2a2150116b8dc17d1.zip Qt-1e7ab0e849900bacf71935f2a2150116b8dc17d1.tar.gz Qt-1e7ab0e849900bacf71935f2a2150116b8dc17d1.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-review into 4.7
Diffstat (limited to 'tools/qdoc3/TODO.txt')
-rw-r--r-- | tools/qdoc3/TODO.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/qdoc3/TODO.txt b/tools/qdoc3/TODO.txt index 6deeb06..9bf4a28 100644 --- a/tools/qdoc3/TODO.txt +++ b/tools/qdoc3/TODO.txt @@ -10,8 +10,6 @@ * Don't turn X11 and similar names into links. * Added automatic links from getters to setters and vice versa. * Support \module and show which module each class is from. - * Use bullet list for the list of all functions, now that - Assistant handles these gracefully. * Fix occasional crash caused by misuse of const_cast(). * Provide clearer error messages when resolves fail. @@ -55,12 +53,9 @@ MUST HAVES: * Provide a "List of all properties" page. * expand QObjectList -> QList<QObject *> - * make \macro work (?) * warning for unnamed parameters in property access functions * \center...\endcenter - * warning for undocumented enum values - LINKS: * explanation following nonstandard wording warning @@ -74,8 +69,6 @@ LINKS: * implement \sidebar - * implement qbook - * implement \legalesefile * show in which module each class is @@ -92,5 +85,3 @@ NICE FEATURES: OTHER: * make qdoc run faster * make sure \headerfile works even if specified after \relates - - * use qtstyle.css instead of inline style for each page |