Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.2
-
b2a74e4cb (dev), 828de0b78 (6.9), 094991ba7 (tqtc/lts-6.8), 4d992706b (tqtc/lts-6.5)
-
framework-content 8, framework-content 9, framework-content 10, framework-content 11
Description
The documentation for `QSGRenderNode` mentions `QSGRenderNode::RenderState` as a parameter type in `QSGRenderNode::render` and as part of the documentation for `QSGRenderNode::RenderingFlag::DepthAwareRendering`.
Nonetheless, the class documentation for `QSGRenderNode::RenderState` is missing, resulting in a linking failure.
In `qtdeclarative/src/quick/scenegraph/coreapi/qsgrendernode.cpp` the documentation for `QSGRenderNode` methods seems to be present, but a class topic documentation block seems to be missing.
A possibly similar element is documented in QSGMaterialShader::RenderState and it might be possible to use it as a basic template.
Attachments
Issue Links
- blocks
-
QTBUG-96127 Broken external links in Qt docs
-
- Closed
-
- resulted in
-
QTBUG-135694 QDoc: no warning about missing \class documentation
-
- In Review
-