Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.0.0 Beta 2
-
None
-
5d799a050ad1be3d535c087dd71bcd24e7194129, 4910e94982e5fc9ec2f5fda60a0ee83f1d215f20
Description
qdoc clears the output directory in the -prepare phase, but only for the module it is running on. It doesn't clear the output directories for the other modules. This means that the index files for the other modules still exist, and qdoc reads them in the -prepare phase, because the "depends" list tells qdoc they are needed. I think qdoc should simply ignore the depends list in the -prepare phase. It should at least not load any index files in the -prepare phase.