-
-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.30.0: sphinx 4.x warnings #726
Comments
@kloczek Will this change also mean that source and/or built Breathe docs are included in the PyPI distribution among perhaps other things? I'm not very familiar with setuptools to be honest. |
That patch simple is hint for setuptools<>sphinx integration pointing to the directory where is config.py files. Without that small fix Than when that integration settings would be working it would be possible to use it to build documentation and for example test possible fixes in sphinx documentaion :) |
@kloczek I understand, thanks for the info. I did some experimentation with the option but it appears this is not suited for Breathe as it directly invokes the Sphinx documentation builder plainly. This means required setup, such as Doxygen XML generation, is not done and you will get something like:
As for the warning messages, it is (currently) expected that Breathe's doc builds emit a lot of warnings, I don't see anything too different from the current output with Sphinx 3.x series, so I suspect things will be mostly fine as usual. (CICD does also test new Sphinx, so major breakage should be detected automatically.) Currently I don't see anything concrete to do with this issue as it's lacking anything concrete that we can still do, thoughts? Thanks |
It is possible to integrete calling doxygen or any other tool into copy.py. |
Updated list of warnings for latest 4.34.0 On building my packages I'm using + /usr/bin/sphinx-build -n -T -b man documentation/source build/sphinx/man
Running Sphinx v5.0.2
fatal: not a git repository (or any parent up to mount point /home/tkloczko)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
making output directory... done
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 42 added, 0 changed, 0 removed
reading sources... [100%] variable
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "nutshellclass_nutshell".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "nutshellclass_nutshell_1a57fc2641156575ef8d655b6c90a1a17d".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1a57fc2641156575ef8d655b6c90a1a17d".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "nutshellclass_nutshell_1a510c746ef3f7c1b54139124afa657b66".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1a510c746ef3f7c1b54139124afa657b66".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "nutshellclass_nutshell".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "nutshellclass_nutshell".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:243: WARNING: Duplicate C++ declaration, also defined at class:236.
Declaration is '.. cpp:class:: GroupedMembers'.
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:243: WARNING: Duplicate C++ declaration, also defined at class:236.
Declaration is '.. cpp:function:: void in_mygroup_one (int myParameter)'.
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "membergroupsclass_grouped_members_1abe805a8aba37bea0fdbccb3c4c2d2a0a".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "membergroupsclass_grouped_members_1abe805a8aba37bea0fdbccb3c4c2d2a0a".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:243: WARNING: Duplicate C++ declaration, also defined at class:236.
Declaration is '.. cpp:function:: void in_mygroup_two (int myParameter)'.
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "membergroupsclass_grouped_members_1a3726f377ea8c46460cb8c030152a9daf".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "membergroupsclass_grouped_members_1a3726f377ea8c46460cb8c030152a9daf".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "membergroupsclass_grouped_members".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "membergroupsclass_grouped_members".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "classtestclass_class_test_1a6cd2a6337e41876f44d9825326d3bef1".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test_1a6cd2a6337e41876f44d9825326d3bef1".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "classtestclass_class_test_1a653ccc9d994c8b002dd7dcb47ea692ee".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test_1a653ccc9d994c8b002dd7dcb47ea692ee".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "classtestclass_class_test_1a62771926b1372f92a93d469732c6bbc6".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test_1a62771926b1372f92a93d469732c6bbc6".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "classtestclass_class_test_1_1_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test_1_1_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "classteststruct_class_test_1_1_public_struct".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classteststruct_class_test_1_1_public_struct".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "classtestclass_class_test_1_1_undocumented_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test_1_1_undocumented_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "classteststruct_class_test_1_1_undocumented_public_struct".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classteststruct_class_test_1_1_undocumented_public_struct".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "classtestclass_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:274: WARNING: Duplicate C++ declaration, also defined at class:267.
Declaration is '.. cpp:class:: ClassTest'.
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:274: WARNING: Duplicate C++ declaration, also defined at class:267.
Declaration is '.. cpp:function:: void function (int myParameter)'.
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "classtestclass_class_test_1a6cd2a6337e41876f44d9825326d3bef1".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test_1a6cd2a6337e41876f44d9825326d3bef1".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:274: WARNING: Duplicate C++ declaration, also defined at class:267.
Declaration is '.. cpp:function:: void anotherFunction ()'.
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "classtestclass_class_test_1a653ccc9d994c8b002dd7dcb47ea692ee".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test_1a653ccc9d994c8b002dd7dcb47ea692ee".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:274: WARNING: Duplicate C++ declaration, also defined at class:267.
Declaration is '.. cpp:function:: virtual void publicFunction () const =0'.
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "classtestclass_class_test_1a62771926b1372f92a93d469732c6bbc6".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test_1a62771926b1372f92a93d469732c6bbc6".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:274: WARNING: Duplicate C++ declaration, also defined at class:267.
Declaration is '.. cpp:class:: PublicClass'.
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "classtestclass_class_test_1_1_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test_1_1_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:274: WARNING: Duplicate C++ declaration, also defined at class:267.
Declaration is '.. cpp:struct:: PublicStruct'.
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "classteststruct_class_test_1_1_public_struct".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classteststruct_class_test_1_1_public_struct".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:274: WARNING: Duplicate C++ declaration, also defined at class:267.
Declaration is '.. cpp:class:: UndocumentedPublicClass'.
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "classtestclass_class_test_1_1_undocumented_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test_1_1_undocumented_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:274: WARNING: Duplicate C++ declaration, also defined at class:267.
Declaration is '.. cpp:struct:: UndocumentedPublicStruct'.
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "classteststruct_class_test_1_1_undocumented_public_struct".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classteststruct_class_test_1_1_undocumented_public_struct".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "classtestclass_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79ad6ed1c9289f0734f74d197b967effb2c".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79ad6ed1c9289f0734f74d197b967effb2c".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79ad32e3ec374a927a0b6edf29d51e6fcf9".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79ad32e3ec374a927a0b6edf29d51e6fcf9".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79a1c6cc79780165c195ff7cb7384aba51a".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79a1c6cc79780165c195ff7cb7384aba51a".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "nutshellclass_nutshell_1a68edae1c44c7a85b889b0cf88e79939f".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1a68edae1c44c7a85b889b0cf88e79939f".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "nutshellclass_nutshell_1aa7e84b812e4489584093a76da864297e".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1aa7e84b812e4489584093a76da864297e".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "nutshellclass_nutshell_1a57fc2641156575ef8d655b6c90a1a17d".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1a57fc2641156575ef8d655b6c90a1a17d".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "nutshellclass_nutshell_1a510c746ef3f7c1b54139124afa657b66".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1a510c746ef3f7c1b54139124afa657b66".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: CRITICAL: Duplicate ID: "nutshellclass_nutshell".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/doxygen.rst:140: WARNING: Duplicate C declaration, also defined at doxygen:27.
Declaration is '.. c:macro:: MAX(a, b)'.
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/doxygen.rst:148: WARNING: Duplicate C declaration, also defined at doxygen:27.
Declaration is '.. c:macro:: ABS(x)'.
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/doxygen.rst:225: WARNING: Invalid C++ declaration: Expected end of definition. [error at 10]
in din_0 std_logic
----------^
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/doxygen.rst:225: WARNING: Invalid C++ declaration: Expected end of definition. [error at 10]
in din_1 std_logic
----------^
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/doxygen.rst:225: WARNING: Invalid C++ declaration: Expected end of definition. [error at 8]
in sel std_logic
--------^
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/doxygen.rst:225: WARNING: Invalid C++ declaration: Expected end of definition. [error at 13]
out mux_out std_logic
-------------^
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/doxygen.rst:225: WARNING: Invalid C++ declaration: Expected end of definition. [error at 15]
_library_ ieee ieee
---------------^
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/doxygen.rst:225: WARNING: Invalid C++ declaration: Expected end of definition. [error at 21]
_use_ std_logic_1164 std_logic_1164
---------------------^
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/examples/codeblocks.rst:7: WARNING: Duplicate C++ declaration, also defined at codeblocks:72.
Declaration is '.. cpp:function:: void with_standard_code_block ()'.
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/examples/codeblocks.rst:13: WARNING: Duplicate C++ declaration, also defined at codeblocks:104.
Declaration is '.. cpp:function:: void with_unannotated_cmake_code_block ()'.
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/examples/codeblocks.rst:19: WARNING: Duplicate C++ declaration, also defined at codeblocks:131.
Declaration is '.. cpp:function:: void with_annotated_cmake_code_block ()'.
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/file.rst:5: CRITICAL: Duplicate ID: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79ad6ed1c9289f0734f74d197b967effb2c".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/file.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79ad6ed1c9289f0734f74d197b967effb2c".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/file.rst:5: CRITICAL: Duplicate ID: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79ad32e3ec374a927a0b6edf29d51e6fcf9".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/file.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79ad32e3ec374a927a0b6edf29d51e6fcf9".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/file.rst:5: CRITICAL: Duplicate ID: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79a1c6cc79780165c195ff7cb7384aba51a".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/file.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79a1c6cc79780165c195ff7cb7384aba51a".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/file.rst:5: CRITICAL: Duplicate ID: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/file.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/file.rst:5: CRITICAL: Duplicate ID: "nutshellclass_nutshell".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/file.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupclass_grouped_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupclass_grouped_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupgroup__mygroup".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupclass_grouped_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupgroup__mygroup".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupclass_grouped_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupgroup__mygroup".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupclass_grouped_class_test_1aa423c456fdaddd9d239da012ab736d67".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test_1aa423c456fdaddd9d239da012ab736d67".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupclass_grouped_class_test_1_1_private_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test_1_1_private_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupclass_grouped_class_test_1_1_undocumented_private_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test_1_1_undocumented_private_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupclass_grouped_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupgroup__mygroup".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupclass_grouped_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupgroup__mygroup".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupclass_grouped_class_test_1aee6e53d137a7f43b2482728ba7a6a0d6".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test_1aee6e53d137a7f43b2482728ba7a6a0d6".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupclass_grouped_class_test_1_1_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test_1_1_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupclass_grouped_class_test_1_1_undocumented_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test_1_1_undocumented_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupclass_grouped_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: CRITICAL: Duplicate ID: "groupgroup__mygroup".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/markups.rst:3: CRITICAL: Duplicate ID: "rstclass_test_class_1ac338ea1b9d0ec4afad7402f8042d28ee".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/markups.rst:3: WARNING: Duplicate explicit target name: "rstclass_test_class_1ac338ea1b9d0ec4afad7402f8042d28ee".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/members.rst:3: CRITICAL: Duplicate ID: "tinyxmlclasstestnamespace_1_1_namespaced_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/members.rst:3: WARNING: Duplicate explicit target name: "tinyxmlclasstestnamespace_1_1_namespaced_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/members.rst:3: CRITICAL: Duplicate ID: "tinyxmlclasstestnamespace_1_1_namespaced_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/members.rst:3: WARNING: Duplicate explicit target name: "tinyxmlclasstestnamespace_1_1_namespaced_class_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/members.rst:36: WARNING: doxygenfunction: Unable to resolve function "testnamespace::MyClass::MyClass" with arguments None in doxygen xml output for project "tinyxml" from directory: ../../examples/specific/struct_function/xml.
Potential matches:
- MyClass()
- MyClass(const MyClass&)
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespaceclassfoo_1_1_bar".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1_bar".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespaceclassfoo_1_1_bar".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1_bar".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespaceclassfoo_1_1ns_1_1_foo_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1ns_1_1_foo_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacestructfoo_1_1ns_1_1_foo_struct".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacestructfoo_1_1ns_1_1_foo_struct".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespaceclassfoo_1_1_bar".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1_bar".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespaceclassfoo_1_1ns_1_1_foo_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1ns_1_1_foo_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacestructfoo_1_1ns_1_1_foo_struct".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacestructfoo_1_1ns_1_1_foo_struct".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespaceclassfoo_1_1_bar".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1_bar".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespaceclassfoo_1_1ns_1_1_foo_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1ns_1_1_foo_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacestructfoo_1_1ns_1_1_foo_struct".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacestructfoo_1_1ns_1_1_foo_struct".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespaceclassfoo_1_1_bar_1ab3c449c2adb1937bf9078155f539772e".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1_bar_1ab3c449c2adb1937bf9078155f539772e".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespaceclassfoo_1_1_bar_1_1_private_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1_bar_1_1_private_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespaceclassfoo_1_1_bar_1_1_undocumented_private_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1_bar_1_1_undocumented_private_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespaceclassfoo_1_1_bar".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1_bar".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespaceclassfoo_1_1ns_1_1_foo_class_1_1_inner_foo".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1ns_1_1_foo_class_1_1_inner_foo".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespaceclassfoo_1_1ns_1_1_foo_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1ns_1_1_foo_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacestructfoo_1_1ns_1_1_foo_struct".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacestructfoo_1_1ns_1_1_foo_struct".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespaceclassfoo_1_1_bar_1a11a815f7fc90e24f84e2eedc407b2fbc".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1_bar_1a11a815f7fc90e24f84e2eedc407b2fbc".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespaceclassfoo_1_1_bar_1_1_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1_bar_1_1_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespaceclassfoo_1_1_bar_1_1_undocumented_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1_bar_1_1_undocumented_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespaceclassfoo_1_1_bar".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1_bar".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespaceclassfoo_1_1ns_1_1_foo_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1ns_1_1_foo_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacestructfoo_1_1ns_1_1_foo_struct".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacestructfoo_1_1ns_1_1_foo_struct".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespaceclassfoo_1_1ns_1_1_foo_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1ns_1_1_foo_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacestructfoo_1_1ns_1_1_foo_struct".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacestructfoo_1_1ns_1_1_foo_struct".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: CRITICAL: Duplicate ID: "namespacenamespacefoo_1_1ns".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:78: WARNING: Duplicate C declaration, also defined at domains:81.
Declaration is '.. c:function:: void frob_foos (void *Frobs)'.
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst.rst:144: WARNING: Parsing of expression failed. Using fallback parser. Error was:
Error in postfix expression, expected primary expression or type.
If primary expression:
Invalid C++ declaration: Expected identifier in nested name, got keyword: static [error at 28]
int bar (int n, int a[static n])
----------------------------^
If type:
Invalid C++ declaration: Expected identifier in nested name, got keyword: static [error at 28]
int bar (int n, int a[static n])
----------------------------^
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:180: WARNING: Duplicate C declaration, also defined at doxygen:27.
Declaration is '.. c:macro:: MAX(A, B)'.
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:3: CRITICAL: Duplicate ID: "cpp_inherited_membersclass_base_1a08c79e0729b179e5f5ae0a6c28f7a9a7".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:3: WARNING: Duplicate explicit target name: "cpp_inherited_membersclass_base_1a08c79e0729b179e5f5ae0a6c28f7a9a7".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:3: CRITICAL: Duplicate ID: "cpp_inherited_membersclass_base_1a08c79e0729b179e5f5ae0a6c28f7a9a7".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:3: WARNING: Duplicate explicit target name: "cpp_inherited_membersclass_base_1a08c79e0729b179e5f5ae0a6c28f7a9a7".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:316: WARNING: Title underline too short.
Doxygen simplesect
----------------
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:316: WARNING: Title underline too short.
Doxygen simplesect
----------------
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: CRITICAL: Duplicate ID: "structstruct_struct_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: CRITICAL: Duplicate ID: "structstruct_struct_test_1aa58199d0712e5bcc5d48784513ebfdf3".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test_1aa58199d0712e5bcc5d48784513ebfdf3".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: CRITICAL: Duplicate ID: "structstruct_struct_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: CRITICAL: Duplicate ID: "structstruct_struct_test_1a0d29b56f92a010585f8d8f69c2179147".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test_1a0d29b56f92a010585f8d8f69c2179147".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: CRITICAL: Duplicate ID: "structstruct_struct_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: CRITICAL: Duplicate ID: "structstruct_struct_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: CRITICAL: Duplicate ID: "structstruct_struct_test_1aa58199d0712e5bcc5d48784513ebfdf3".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test_1aa58199d0712e5bcc5d48784513ebfdf3".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: CRITICAL: Duplicate ID: "structstruct_struct_test_1a01bf390057630449ba3d98d7e12da25d".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test_1a01bf390057630449ba3d98d7e12da25d".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: CRITICAL: Duplicate ID: "structclass_struct_test_1_1_private_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structclass_struct_test_1_1_private_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: CRITICAL: Duplicate ID: "structclass_struct_test_1_1_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structclass_struct_test_1_1_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: CRITICAL: Duplicate ID: "structclass_struct_test_1_1_undocumented_private_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structclass_struct_test_1_1_undocumented_private_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: CRITICAL: Duplicate ID: "structclass_struct_test_1_1_undocumented_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structclass_struct_test_1_1_undocumented_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: CRITICAL: Duplicate ID: "structstruct_struct_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: CRITICAL: Duplicate ID: "structstruct_struct_test_1aa58199d0712e5bcc5d48784513ebfdf3".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test_1aa58199d0712e5bcc5d48784513ebfdf3".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: CRITICAL: Duplicate ID: "structclass_struct_test_1_1_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structclass_struct_test_1_1_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: CRITICAL: Duplicate ID: "structclass_struct_test_1_1_undocumented_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structclass_struct_test_1_1_undocumented_public_class".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: CRITICAL: Duplicate ID: "structstruct_struct_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test".
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/variable.rst:19: WARNING: Duplicate C declaration, also defined at specific:69.
Declaration is '.. c:var:: struct cache_tree global_cache_tree'.
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-breathe.3 { quickstart directives autoindex function struct class namespace concept enum enumvalue typedef union define variable file group autofile page differences readthedocs markups latexmath codeblocks domains customcss groups lists tables template dot_graphs contributing codeguide credits testpages doxygen tinyxml specific embeddedrst inline members examples/codeblocks } /home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:140: WARNING: cpp:identifier reference target not found: Tool
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/class.rst:: WARNING: cpp:identifier reference target not found: QObject
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:: WARNING: undefined label: namespacenamespacefile_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:: WARNING: undefined label: namespacenamespacefile_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:: WARNING: cpp:identifier reference target not found: foo
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:70: WARNING: undefined label: namespacenamespacefile_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:: WARNING: undefined label: namespacenamespacefile_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:: WARNING: undefined label: namespacenamespacefile_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:: WARNING: undefined label: namespacenamespacefile_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:: WARNING: undefined label: namespacenamespacefile_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:: WARNING: undefined label: namespacenamespacefile_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:: WARNING: undefined label: namespacenamespacefile_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:: WARNING: undefined label: namespacenamespacefile_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:: WARNING: undefined label: namespacenamespacefile_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:: WARNING: undefined label: namespacenamespacefile_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:: WARNING: undefined label: namespacenamespacefile_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/namespace.rst:: WARNING: undefined label: namespacenamespacefile_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/enum.rst:: WARNING: cpp:identifier reference target not found: TiXmlNode
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/enum.rst:: WARNING: cpp:identifier reference target not found: foo
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/enum.rst:: WARNING: cpp:identifier reference target not found: foo::ns
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/typedef.rst:: WARNING: cpp:identifier reference target not found: foo
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/typedef.rst:: WARNING: cpp:identifier reference target not found: foo::ns
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/union.rst:: WARNING: undefined label: unionunion_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/union.rst:: WARNING: undefined label: unionunion_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/variable.rst:: WARNING: c:identifier reference target not found: cache_tree
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/file.rst:: WARNING: undefined label: nutshellnutshell_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/file.rst:: WARNING: undefined label: nutshellnutshell_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/file.rst:105: WARNING: undefined label: namespacenamespacefile_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/file.rst:105: WARNING: undefined label: namespacenamespacefile_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/file.rst:105: WARNING: undefined label: namespacenamespacefile_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/file.rst:105: WARNING: undefined label: namespacenamespacefile_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/file.rst:105: WARNING: undefined label: namespacenamespacefile_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:61: WARNING: undefined label: groupgroup_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:79: WARNING: undefined label: groupgroup_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:106: WARNING: undefined label: groupgroup_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:106: WARNING: undefined label: groupgroup_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:129: WARNING: undefined label: groupgroup_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:129: WARNING: undefined label: groupgroup_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:152: WARNING: undefined label: groupgroup_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:175: WARNING: undefined label: groupgroup_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:204: WARNING: undefined label: groupgroup_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/group.rst:204: WARNING: undefined label: groupgroup_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/markups.rst:: WARNING: cpp:identifier reference target not found: TestClass
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/markups.rst:: WARNING: cpp:identifier reference target not found: TestClass
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/markups.rst:: WARNING: cpp:identifier reference target not found: TestClass
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/markups.rst:: WARNING: cpp:identifier reference target not found: TestClass
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/markups.rst:: WARNING: cpp:identifier reference target not found: TestClass
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/markups.rst:: WARNING: cpp:identifier reference target not found: TestClass
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/domains.rst:: WARNING: cpp:identifier reference target not found: testnamespace
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/domains.rst:: WARNING: cpp:identifier reference target not found: testnamespace::NamespacedClassTest
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/domains.rst:: WARNING: cpp:identifier reference target not found: testnamespace
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/domains.rst:177: WARNING: cpp:enumerator reference target not found: testnamespace::FIRST
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/doxygen.rst:: WARNING: undefined label: bug_1_bug000001
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/doxygen.rst:100: WARNING: cpp:identifier reference target not found: Rect
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/doxygen.rst:140: WARNING: cpp:identifier reference target not found: size_t
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/doxygen.rst:140: WARNING: cpp:identifier reference target not found: size_t
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/doxygen.rst:140: WARNING: cpp:identifier reference target not found: size_t
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/doxygen.rst:: WARNING: cpp:identifier reference target not found: Test13
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TiXmlParsingData
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: FILE
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: FILE
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: FILE
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TiXmlParsingData
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: FILE
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TiXmlParsingData
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: FILE
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: FILE
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TiXmlParsingData
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: FILE
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: FILE
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TiXmlParsingData
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: FILE
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TiXmlParsingData
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: FILE
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TiXmlParsingData
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TiXmlParsingData
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:3: WARNING: undefined label: deprecated_1_deprecated000001
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:3: WARNING: undefined label: deprecated_1_deprecated000002
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:3: WARNING: undefined label: deprecated_1_deprecated000003
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:3: WARNING: undefined label: deprecated_1_deprecated000004
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: size_t
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: FILE
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TiXmlParsingData
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: FILE
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TiXmlParsingData
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/tinyxml.rst:7: WARNING: cpp:identifier reference target not found: TIXML_STRING
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: testnamespace
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: testnamespace::NamespacedClassTest
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: testnamespace
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: testnamespace::ClassTest
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: testnamespace
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: testnamespace::ClassTest
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: ClassTest
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: ClassTest
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: NS1
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: NS1
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: NS1
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: NS1::NS2
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: NS1
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: NS1::NS2
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: c:identifier reference target not found: cache_tree
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: c:identifier reference target not found: name_entry
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: c:identifier reference target not found: traverse_info
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: c:identifier reference target not found: cache_tree
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: test
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: test
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: MyType
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: MyOtherType
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: Image
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: TestClass::Enum
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:204: WARNING: cpp:identifier reference target not found: ClassWithAnonEntities::@0
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:204: WARNING: cpp:identifier reference target not found: ClassWithAnonEntities::@2
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:228: WARNING: cpp:identifier reference target not found: Foo
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: undefined label: cpp_inherited_memberscpp__inherited__members_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:240: WARNING: undefined label: cpp_inherited_memberscpp__inherited__members_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:240: WARNING: undefined label: cpp_inherited_memberscpp__inherited__members_8h
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: cpp:identifier reference target not found: Thingy
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:: WARNING: undefined label: todo_1_todo000001
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:309: WARNING: undefined label: bug_1_bug000001
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:309: WARNING: undefined label: test_1_test000001
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:309: WARNING: undefined label: deprecated_1_deprecated000001
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/specific.rst:309: WARNING: undefined label: xrefsample_1_xrefsample000001
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/members.rst:: WARNING: cpp:identifier reference target not found: testnamespace
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/members.rst:: WARNING: cpp:identifier reference target not found: testnamespace::MyClass
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/members.rst:: WARNING: cpp:identifier reference target not found: testnamespace
/home/tkloczko/rpmbuild/BUILD/breathe-4.34.0/documentation/source/members.rst:: WARNING: cpp:identifier reference target not found: testnamespace::MyClass
done
build succeeded, 496 warnings. You can peak on fixes that kind of issues in other projects |
@kloczek You should get in the habit of using Like you said: "they are not critical." That's why I focused on resolving the 245 basic warnings instead, not the "nit picky mode" that you posted. Doing so earlier could've helped prevent some regressions in v4.32. Incidentally, about 50+ nit picky warnings were resolved when all the basic warnings were resolved. |
Don't worry. I'm only messenger. |
Update 3rd party packages relied upon by start_test and chpldoc [reviewed by @bmcdonald3] Updates: - PyYAML from 5.4.1 to 6.0.0 - argcomplete from 1.12.3 to 2.0.0 - Pygments from 2.9.0 to 2.12.0 - Babel from 2.9.1 to 2.10.3 - Sphinx from 4.3.2 to 4.5.0 - filelock from 3.0.12 to 3.4.1 - Jinja2 from 3.0.1 to 3.0.3 Does not update the following packages further because they require Python 3.7 or greater: - filelock (to 3.7.1) - setuptools (could potentially update to 59.6.0 but the last time we did that, we had problems with arkouda) - MarkupSafe (to 2.1.1) - Jinja2 (to 3.1.2) Can't update docutils because sphinx-rtd-theme won't use it yet (and also this version of Sphinx isn't compatible with it). Can't update Sphinx further even though other versions are available because these versions require a more up to date version of breathe. Can't update breathe, later versions generate a bunch of warnings about not being able to find labels and this is a known issue on their repository: [issue 726](breathe-doc/breathe#726) Packages that did not need updates: - sphinx-rtd-theme Resolves Cray/chapel-private#3607 Passed a full paratest with futures (and ensured that the same number of tests were run as before the change). Spot checked some specific files that a diff between the docs builds pointed out to ensure nothing looked broken. Checked: - the spec section on lexical structure - the generated code developer doc - the dyno Queries page - the C interoperability primer - the tuples primer
First of all looks like setuptools<>sphinx integration is not done.
Below patch fixes that:
(feel free to commit that or let me know if you want this as PR)
With that patch documentation/Makefile file is no longer needed.
Than .. looks like new sphinx shows some warnings.
The text was updated successfully, but these errors were encountered: