-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.2
-
None
-
77af6b22041ac0f67803ef4fd1d5258a821cd8ff (dev), 7ccc122d77165470af873dcb50331442f3d877c2 (6.2)
QDocBugExample/ ├── bug_doc_wapper.sh ├── config │ └── bug.qdocconf ├── module1 │ ├── main.cpp │ ├── module1.pro │ ├── testclass.cpp │ ├── testclass.h │ ├── widget.cpp │ └── widget.h ├── module2 │ ├── main.cpp │ ├── module2.pro │ ├── widget.cpp │ └── widget.h ├── QDocBugExample.pro └── QDocBugExample.qdoc
Given the tree structure above. QDoc can only recognize one of the files with the same name in module1 and module2 subdirectories.
- duplicates
-
QTBUG-95979 QDoc cannot correctly identify multiple files with the same name in a project.
-
- Closed
-
For Gerrit Dashboard: QTBUG-95981 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
366540,12 | Identify files with the same name in the project | dev | qt/qttools | Status: MERGED | +2 | 0 |
368500,2 | Identify files with the same name in the project | 6.2 | qt/qttools | Status: MERGED | +2 | 0 |