qt6-bb10/src/tools
Martin Smith 46959875cf qdoc: Give documenter more control of linking
This update is preparation for implementing the actual task
described in the bug. To implement it required converting
the QML type node and the QML basic type node to be first
order tree nodes instead of subtypes of the documentation
node. This cleans up a lot of messy logic in some places.

It was also necessary to split the getLink() function in the
html output generator into two functions, one still called
getLink(), which handles the \l command, and one called
qetAutoLink() which is called for generating auto links.
This should make qdoc run faster.

The basic infrastructure was also added for parsing the
string in the square brackets for the \l command.

There will be a further update to complete this task.
Note that some autolinks might not be generated due to
this change. I haven't seen any yet, but I believe there
will be some. This can be fixed later, if it is a problem.

Task-number: QTBUG-39221
Change-Id: I8135229984398408205ba901b9ef95ceac74683c
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
2014-06-01 13:40:53 +02:00
..
bootstrap Merge remote-tracking branch 'origin/stable' into dev 2014-05-22 07:46:17 +02:00
bootstrap-dbus redo include path logic for pre-generated headers 2013-06-10 21:12:29 +02:00
moc Merge remote-tracking branch 'origin/stable' into dev 2014-05-06 16:50:03 +02:00
qdbuscpp2xml Update copyright year in tools output 2014-03-31 12:46:44 +02:00
qdbusxml2cpp Force qdbusxml2cpp to use QStringLiteral rather than QLatin1String 2014-05-15 10:08:59 +02:00
qdoc qdoc: Give documenter more control of linking 2014-06-01 13:40:53 +02:00
qlalr Update copyright year in tools output 2014-03-31 12:46:44 +02:00
rcc rcc: Remove compile dependency on private headers. 2013-09-26 22:25:10 +02:00
uic Disable hash seeding for bootstrapped tools 2014-05-21 01:34:38 +02:00