Re: [Development] Lots of qdoc-related warning messages when building 'docs' target in Qt-6.6.0?

2023-10-23 Thread Kai Köhne via Development
messages when building 'docs' target in Qt-6.6.0? Hello, Paul. I've read https://doc.qt.io/qt-6/qdoc-warnings.html, but still don't figure it out. BTW, I also tried to build docs of Qt-6.5.3, and still encountered the same problem. For example: C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui

Re: [Development] Lots of qdoc-related warning messages when building 'docs' target in Qt-6.6.0?

2023-10-23 Thread Paul Wicking via Development
On 22 Oct 2023, at 05:21, Haowei Hsu wrote: Hello, Paul. Hi! I've read https://doc.qt.io/qt-6/qdoc-warnings.html, but still don't figure it out. BTW, I also tried to build docs of Qt-6.5.3, and still encountered the same problem. For example: [snip] You can see the full logs in

Re: [Development] Lots of qdoc-related warning messages when building 'docs' target in Qt-6.6.0?

2023-10-21 Thread Haowei Hsu
Hello, Paul. I've read https://doc.qt.io/qt-6/qdoc-warnings.html, but still don't figure it out. BTW, I also tried to build docs of Qt-6.5.3, and still encountered the same problem. For example: C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/image/qicon.cpp:1152: (qdoc) > warning: Can't link to

Re: [Development] Lots of qdoc-related warning messages when building 'docs' target in Qt-6.6.0?

2023-10-21 Thread Paul Wicking via Development
On 21 Oct 2023, at 11:20, Haowei Hsu wrote: Hello, Volker. To resolve those, make patches to gerrit that fix them :) Do you mean that it is actually a bug? A warning from QDoc indicates that there's an issue in the documentation. The QDoc manual describes how you can go about to resolve

Re: [Development] Lots of qdoc-related warning messages when building 'docs' target in Qt-6.6.0?

2023-10-21 Thread Haowei Hsu
Hello, Volker. To resolve those, make patches to gerrit that fix them :) Do you mean that it is actually a bug? --- Haowei Hsu -- Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] Lots of qdoc-related warning messages when building 'docs' target in Qt-6.6.0?

2023-10-21 Thread Volker Hilsheimer via Development
On 21 Oct 2023, at 10:02, Haowei Hsu wrote: Hello, Qt Development Team. Recently, I successfully built docs of Qt-6.6.0 in MSYS/MINGW64 shell with the following commands: 1. cd /c/Test/qt-everywhere-src-6.6.0 2. mkdir build && cd build 3. mkdir mingw-release && cd mingw-release