aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-02-22 15:32:55 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-02-22 15:06:56 +0000
commite9b2f12b631ae443781f38aef3d33b706eba111d (patch)
tree94a2dd3337c19d3dd5302652fef0a49af071265e /setup.py
parent4afc18f9e43b3068b5f472bee87e520dc4709186 (diff)
QtDocGenerator/QtXmlToSphinx: Fix see-also links
"See also" links may appear in the qdoc WebXML output as nested links: <see-also>QAbstractXmlReceiver<link raw="isValid()" href="qxmlquery.html#isValid" type="function">isValid()</link> which was handled in handleLinkTag(), or as direct text: <see-also>rootIsDecorated()</see-also> which was not handled, causing numerous warnings: .../QAbstractXmlNodeModel.rst:448: WARNING: Content block expected for the "seealso" directive; none found. Refactor and split QtXmlToSphinx::handleLinkTag() into several functions to operate on a struct LinkContext and keep 2 instances for nested link tags and directly embedded links. Task-number: PYSIDE-363 Change-Id: I734884267209f3621bfc5db4bf4347b838eb0de6 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions