On Tue, Aug 21, 2012 at 2:48 AM, Loaden <[email protected]> wrote: > I can confirmed this change fixed the qt3d's docs issue. > But Still has a error with widgets-tutorial.qdoc. > >> ../src/zh_CN/tutorials/widgets-tutorial.qdoc:152: This page exists in more >> than one file: "Widgets ??" >> ../src/zh_CN/tutorials/widgets-tutorial.qdoc:94: [It also exists here] >> ../src/zh_CN/tutorials/widgets-tutorial.qdoc:28: [It also exists here] >> ../src/zh_CN/tutorials/widgets-tutorial.qdoc:152: This page exists in more >> than one file: "Widgets ?? ? ????" >> ../src/zh_CN/tutorials/widgets-tutorial.qdoc:94: [It also exists here] >> ../src/zh_CN/tutorials/widgets-tutorial.qdoc:28: [It also exists here] >> ../src/zh_CN/tutorials/widgets-tutorial.qdoc:152: This page exists in more >> than one file: "Widgets ?? ? ????" >> ../src/zh_CN/tutorials/widgets-tutorial.qdoc:94: [It also exists here] >> ../src/zh_CN/tutorials/widgets-tutorial.qdoc:28: [It also exists here] >> ../src/zh_CN/tutorials/widgets-tutorial.qdoc:152: This page exists in more >> than one file: "Widgets ?? ? ????" >> ../src/zh_CN/tutorials/widgets-tutorial.qdoc:94: [It also exists here] >> ../src/zh_CN/tutorials/widgets-tutorial.qdoc:28: [It also exists here] >> Error in line 14348: Missing attribute in keyword at line 14348.
This is the error message with useful info, although it is not obvious where the error is because there is no filename - just a line number. I think this should be reported as a bug, so people can know where to look. The issue is that in the doc/html/qt.qhp file, on line 14348, is an xml element with a ref="". This is the problem I was having. What is interesting to know is what is on that line? And I bet you it is QDeclarativeImageProvider. >> make[2]: *** [docs] Error 255 >> make[2]: Leaving directory >> `/home/loaden/qpSOFT/Projects/BuildQt5-x64/qtdoc/doc' >> make[1]: *** [sub-doc-docs] Error 2 >> make[1]: Leaving directory >> `/home/loaden/qpSOFT/Projects/BuildQt5-x64/qtdoc' >> make: *** [module-qtdoc-docs] Error 2 > > > 2012/8/21 <[email protected]> > _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
