Details
-
Suggestion
-
Resolution: Done
-
P2: Important
-
None
-
None
Description
There are usability problems with the new documentation website.
I'm taking QPlainTextWidget to illustrate them.
See: http://developer.qt.nokia.com/doc/qt-4.8/qplaintextedit.html
First problem: there are missing public functions
"setLineWrapMode ( LineWrapMode mode )" is a public function, yet it is not listed in the "Public Functions" section. It is listed elsewhere. It should be in the "Public Functions" section.
Second problem: enum function arguments are not linked to enum definitions.
When I look at the documentation for "setLineWrapMode ( LineWrapMode mode )", I can't click on enum "LineWrapMode". I should be able to click on the enum argument and be directed to it's definition.