Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 6.3
-
Fix Version/s: 6.2.1, 6.3.0 Alpha
-
Component/s: Build tools: qdoc
-
Labels:None
-
Epic Link:
-
Story Points:3
-
Commits:f701a03e1f2362b020b7a962187a0fe73632f17f (qt/qttools/dev) bc7639620a13a60c249afce60c2b238da16d6e15 (qt/qttools/6.2)
-
Sprint:Da Vinci sprint 43
Description
When testing qtbase documentation build in coin, we get warnings like this:
/home/qt/work/qt/qtbase/src/gui/platform/macos/qcocoanativeinterface.mm:79: (qdoc) warning: QCocoaGLContext is documented, but namespace QNativeInterface is not documented in any module. [Add /*! '\namespace QNativeInterface' ... */ or remove the qdoc comment marker (!) at that line number.]
It's unnecessary to report this when testing, as the namespaces can be documented elsewhere (in this case, qtdoc), and we don't have access to .index files from other modules.