qdoc3: Don't put a \table in a \value
authorMartin Smith <martin.smith@nokia.com>
Thu, 12 Jan 2012 07:42:08 +0000 (08:42 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 13 Jan 2012 03:04:09 +0000 (04:04 +0100)
commitc373c538e8348ef84e08fd168a86b71863a9c145
tree1ff48b027a3bc0c539d7986b04586d5964b2aaea
parent9b1dcfe901c06b887a2bb48b3ea0ddca69de1bbe
qdoc3: Don't put a \table in a \value

In qdoc, the \value command is meant to document a single value of an
enum. e.g.

\value TypeOfService Text describing the type of service. It runs until
the next \value or a blank line.

Although it doesn't say you can't build a \table in the \value text,
it doesn't work. For now, the fix is to remove the \table from the
\value text and make the table separate from the enum \value list and
let the description of the \table refer to the value that it belongs
to.

Task-number:  QTBUG-23599
Change-Id: I88b456dca419a565eece30ba20fe09c0bcd4d98d
Reviewed-by: Martin Smith <martin.smith@nokia.com>
Reviewed-by: Jonas Gastal <jgastal@profusion.mobi>
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/network/socket/qabstractsocket.cpp