breathe-doc / breathe

ReStructuredText and Sphinx bridge to Doxygen
https://breathe-doc.org
Other
755 stars 201 forks source link

4.30.0: sphinx 4.x warnings #726

Open kloczek opened 3 years ago

kloczek commented 3 years ago

First of all looks like setuptools<>sphinx integration is not done. Below patch fixes that:

--- a/setup.cfg~        2021-05-06 20:43:49.000000000 +0100
+++ b/setup.cfg 2021-08-16 14:35:35.505071997 +0100
@@ -7,3 +7,6 @@

 [bdist_wheel]
 universal = 0
+
+[build_sphinx]
+source-dir = documentation/source

(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.

```console + /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx running build_sphinx Running Sphinx v4.1.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). Initializing Spelling Checker 7.2.1 making output directory... done building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: [new config] 38 added, 0 changed, 0 removed reading sources... [100%] variable /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "nutshellclass_nutshell". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "nutshellclass_nutshell_1a57fc2641156575ef8d655b6c90a1a17d". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1a57fc2641156575ef8d655b6c90a1a17d". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "nutshellclass_nutshell_1a510c746ef3f7c1b54139124afa657b66". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1a510c746ef3f7c1b54139124afa657b66". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "nutshellclass_nutshell". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "nutshellclass_nutshell". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.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.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "membergroupsclass_grouped_members_1abe805a8aba37bea0fdbccb3c4c2d2a0a". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "membergroupsclass_grouped_members_1abe805a8aba37bea0fdbccb3c4c2d2a0a". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "membergroupsclass_grouped_members_1a3726f377ea8c46460cb8c030152a9daf". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "membergroupsclass_grouped_members_1a3726f377ea8c46460cb8c030152a9daf". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "membergroupsclass_grouped_members". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "membergroupsclass_grouped_members". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "classtestclass_class_test_1a6cd2a6337e41876f44d9825326d3bef1". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test_1a6cd2a6337e41876f44d9825326d3bef1". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "classtestclass_class_test_1a653ccc9d994c8b002dd7dcb47ea692ee". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test_1a653ccc9d994c8b002dd7dcb47ea692ee". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "classtestclass_class_test_1a62771926b1372f92a93d469732c6bbc6". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test_1a62771926b1372f92a93d469732c6bbc6". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "classtestclass_class_test_1_1_public_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test_1_1_public_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "classteststruct_class_test_1_1_public_struct". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classteststruct_class_test_1_1_public_struct". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "classtestclass_class_test_1_1_undocumented_public_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "classteststruct_class_test_1_1_undocumented_public_struct". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "classtestclass_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.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.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "classtestclass_class_test_1a6cd2a6337e41876f44d9825326d3bef1". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test_1a6cd2a6337e41876f44d9825326d3bef1". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "classtestclass_class_test_1a653ccc9d994c8b002dd7dcb47ea692ee". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test_1a653ccc9d994c8b002dd7dcb47ea692ee". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "classtestclass_class_test_1a62771926b1372f92a93d469732c6bbc6". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test_1a62771926b1372f92a93d469732c6bbc6". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "classtestclass_class_test_1_1_public_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test_1_1_public_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "classteststruct_class_test_1_1_public_struct". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classteststruct_class_test_1_1_public_struct". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "classtestclass_class_test_1_1_undocumented_public_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.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.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "classteststruct_class_test_1_1_undocumented_public_struct". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "classtestclass_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "classtestclass_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79ad6ed1c9289f0734f74d197b967effb2c". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79ad6ed1c9289f0734f74d197b967effb2c". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79ad32e3ec374a927a0b6edf29d51e6fcf9". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79ad32e3ec374a927a0b6edf29d51e6fcf9". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79a1c6cc79780165c195ff7cb7384aba51a". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79a1c6cc79780165c195ff7cb7384aba51a". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "nutshellclass_nutshell_1a68edae1c44c7a85b889b0cf88e79939f". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1a68edae1c44c7a85b889b0cf88e79939f". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "nutshellclass_nutshell_1aa7e84b812e4489584093a76da864297e". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1aa7e84b812e4489584093a76da864297e". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "nutshellclass_nutshell_1a57fc2641156575ef8d655b6c90a1a17d". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1a57fc2641156575ef8d655b6c90a1a17d". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "nutshellclass_nutshell_1a510c746ef3f7c1b54139124afa657b66". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1a510c746ef3f7c1b54139124afa657b66". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate ID: "nutshellclass_nutshell". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/class.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.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.30.0/documentation/source/doxygen.rst:224: WARNING: Invalid C++ declaration: Expected end of definition. [error at 10] in din_0 std_logic ----------^ /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/doxygen.rst:224: WARNING: Invalid C++ declaration: Expected end of definition. [error at 10] in din_1 std_logic ----------^ /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/doxygen.rst:224: WARNING: Invalid C++ declaration: Expected end of definition. [error at 8] in sel std_logic --------^ /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/doxygen.rst:224: WARNING: Invalid C++ declaration: Expected end of definition. [error at 13] out mux_out std_logic -------------^ /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/doxygen.rst:224: WARNING: Invalid C++ declaration: Expected end of definition. [error at 15] _library_ ieee ieee ---------------^ /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/doxygen.rst:224: WARNING: Invalid C++ declaration: Expected end of definition. [error at 21] _use_ std_logic_1164 std_logic_1164 ---------------------^ /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/file.rst:5: WARNING: Duplicate ID: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79ad6ed1c9289f0734f74d197b967effb2c". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/file.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79ad6ed1c9289f0734f74d197b967effb2c". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/file.rst:5: WARNING: Duplicate ID: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79ad32e3ec374a927a0b6edf29d51e6fcf9". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/file.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79ad32e3ec374a927a0b6edf29d51e6fcf9". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/file.rst:5: WARNING: Duplicate ID: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79a1c6cc79780165c195ff7cb7384aba51a". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/file.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79a1c6cc79780165c195ff7cb7384aba51a". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/file.rst:5: WARNING: Duplicate ID: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/file.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell_1ae42034231cf912d095d57cbeed6cda79". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/file.rst:5: WARNING: Duplicate ID: "nutshellclass_nutshell". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/file.rst:5: WARNING: Duplicate explicit target name: "nutshellclass_nutshell". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupclass_grouped_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupclass_grouped_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupgroup__mygroup". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupclass_grouped_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupgroup__mygroup". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupclass_grouped_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupgroup__mygroup". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupclass_grouped_class_test_1aa423c456fdaddd9d239da012ab736d67". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test_1aa423c456fdaddd9d239da012ab736d67". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupclass_grouped_class_test_1_1_private_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupclass_grouped_class_test_1_1_undocumented_private_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupclass_grouped_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupgroup__mygroup". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupclass_grouped_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupgroup__mygroup". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup_1gaccc02eccbadd94688c72b7a1cc2bc4d1". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupclass_grouped_class_test_1aee6e53d137a7f43b2482728ba7a6a0d6". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test_1aee6e53d137a7f43b2482728ba7a6a0d6". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupclass_grouped_class_test_1_1_public_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupclass_grouped_class_test_1_1_undocumented_public_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupclass_grouped_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupclass_grouped_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate ID: "groupgroup__mygroup". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/group.rst:5: WARNING: Duplicate explicit target name: "groupgroup__mygroup". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/markups.rst:3: WARNING: Duplicate ID: "rstclass_test_class_1ac338ea1b9d0ec4afad7402f8042d28ee". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/markups.rst:3: WARNING: Duplicate explicit target name: "rstclass_test_class_1ac338ea1b9d0ec4afad7402f8042d28ee". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/members.rst:3: WARNING: Duplicate ID: "tinyxmlclasstestnamespace_1_1_namespaced_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/members.rst:3: WARNING: Duplicate explicit target name: "tinyxmlclasstestnamespace_1_1_namespaced_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/members.rst:3: WARNING: Duplicate ID: "tinyxmlclasstestnamespace_1_1_namespaced_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/members.rst:3: WARNING: Duplicate explicit target name: "tinyxmlclasstestnamespace_1_1_namespaced_class_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespaceclassfoo_1_1_bar". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1_bar". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespaceclassfoo_1_1_bar". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1_bar". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacestructfoo_1_1ns_1_1_foo_struct". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacestructfoo_1_1ns_1_1_foo_struct". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespaceclassfoo_1_1ns_1_1_foo_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1ns_1_1_foo_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespaceclassfoo_1_1_bar". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1_bar". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacestructfoo_1_1ns_1_1_foo_struct". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacestructfoo_1_1ns_1_1_foo_struct". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespaceclassfoo_1_1ns_1_1_foo_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1ns_1_1_foo_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespaceclassfoo_1_1_bar". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1_bar". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacestructfoo_1_1ns_1_1_foo_struct". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacestructfoo_1_1ns_1_1_foo_struct". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespaceclassfoo_1_1ns_1_1_foo_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1ns_1_1_foo_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespaceclassfoo_1_1_bar_1ab3c449c2adb1937bf9078155f539772e". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1_bar_1ab3c449c2adb1937bf9078155f539772e". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespaceclassfoo_1_1_bar_1_1_private_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespaceclassfoo_1_1_bar_1_1_undocumented_private_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespaceclassfoo_1_1_bar". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1_bar". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacestructfoo_1_1ns_1_1_foo_struct". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacestructfoo_1_1ns_1_1_foo_struct". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespaceclassfoo_1_1ns_1_1_foo_class_1_1_inner_foo". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespaceclassfoo_1_1ns_1_1_foo_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1ns_1_1_foo_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefile_8h_1a5e555a632c85f009cd88665b2d01c065". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespaceclassfoo_1_1_bar_1a11a815f7fc90e24f84e2eedc407b2fbc". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1_bar_1a11a815f7fc90e24f84e2eedc407b2fbc". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespaceclassfoo_1_1_bar_1_1_public_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespaceclassfoo_1_1_bar_1_1_undocumented_public_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespaceclassfoo_1_1_bar". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1_bar". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacestructfoo_1_1ns_1_1_foo_struct". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacestructfoo_1_1ns_1_1_foo_struct". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespaceclassfoo_1_1ns_1_1_foo_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1ns_1_1_foo_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954aa8a3bf8535cd0d3085a0864d1214ee60". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a2360a49ae17856b917687098cfbacc8b". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954a521b4c474a9b1fdbd11bffe3753fc0b5". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a9c4aa7a6f0ba47c8af0933d48174a954". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns_1a4cf8d490905e65657416c79786684a6e". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacestructfoo_1_1ns_1_1_foo_struct". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacestructfoo_1_1ns_1_1_foo_struct". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespaceclassfoo_1_1ns_1_1_foo_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespaceclassfoo_1_1ns_1_1_foo_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate ID: "namespacenamespacefoo_1_1ns". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/namespace.rst:5: WARNING: Duplicate explicit target name: "namespacenamespacefoo_1_1ns". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/specific.rst:62: WARNING: Duplicate C declaration, also defined at domains:81. Declaration is '.. c:function:: void frob_foos (void *Frobs)'. /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/specific.rst.rst:128: 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.30.0/documentation/source/specific.rst:164: WARNING: Duplicate C declaration, also defined at doxygen:27. Declaration is '.. c:macro:: MAX(A, B)'. /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/specific.rst:3: WARNING: Duplicate ID: "cpp_inherited_membersclass_base_1a08c79e0729b179e5f5ae0a6c28f7a9a7". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/specific.rst:3: WARNING: Duplicate explicit target name: "cpp_inherited_membersclass_base_1a08c79e0729b179e5f5ae0a6c28f7a9a7". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/specific.rst:3: WARNING: Duplicate ID: "cpp_inherited_membersclass_base_1a08c79e0729b179e5f5ae0a6c28f7a9a7". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/specific.rst:3: WARNING: Duplicate explicit target name: "cpp_inherited_membersclass_base_1a08c79e0729b179e5f5ae0a6c28f7a9a7". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate ID: "structstruct_struct_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate ID: "structstruct_struct_test_1aa58199d0712e5bcc5d48784513ebfdf3". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test_1aa58199d0712e5bcc5d48784513ebfdf3". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate ID: "structstruct_struct_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate ID: "structstruct_struct_test_1a0d29b56f92a010585f8d8f69c2179147". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test_1a0d29b56f92a010585f8d8f69c2179147". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate ID: "structstruct_struct_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate ID: "structstruct_struct_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate ID: "structstruct_struct_test_1aa58199d0712e5bcc5d48784513ebfdf3". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test_1aa58199d0712e5bcc5d48784513ebfdf3". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate ID: "structstruct_struct_test_1a01bf390057630449ba3d98d7e12da25d". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test_1a01bf390057630449ba3d98d7e12da25d". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate ID: "structclass_struct_test_1_1_private_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structclass_struct_test_1_1_private_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate ID: "structclass_struct_test_1_1_public_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structclass_struct_test_1_1_public_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate ID: "structclass_struct_test_1_1_undocumented_private_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/struct.rst:7: WARNING: Duplicate ID: "structclass_struct_test_1_1_undocumented_public_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/struct.rst:7: WARNING: Duplicate ID: "structstruct_struct_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate ID: "structstruct_struct_test_1aa58199d0712e5bcc5d48784513ebfdf3". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test_1aa58199d0712e5bcc5d48784513ebfdf3". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate ID: "structclass_struct_test_1_1_public_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structclass_struct_test_1_1_public_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate ID: "structclass_struct_test_1_1_undocumented_public_class". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.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.30.0/documentation/source/struct.rst:7: WARNING: Duplicate ID: "structstruct_struct_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/struct.rst:7: WARNING: Duplicate explicit target name: "structstruct_struct_test". /home/tkloczko/rpmbuild/BUILD/breathe-4.30.0/documentation/source/variable.rst:19: WARNING: Duplicate C declaration, also defined at specific:53. 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 enum enumvalue typedef union define variable file group autofile page differences readthedocs markups latexmath domains customcss groups lists tables template contributing codeguide credits testpages doxygen tinyxml specific embeddedrst inline members } done build succeeded, 340 warnings. ```
vermeeren commented 3 years ago

@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.

kloczek commented 3 years ago

That patch simple is hint for setuptools<>sphinx integration pointing to the directory where is config.py files. https://www.sphinx-doc.org/en/master/usage/advanced/setuptools.html

Without that small fix python setup.py build_sphinx fails because by default that integration is using docs/ directory. In other words to fix that that can patch needs to be applied or directory with sphins files needs to be renamed to docs/.

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 :)

vermeeren commented 3 years ago

@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:

Exception occurred:
  File "/.../breathe/breathe/file_state_cache.py", line 27, in _getmtime
    raise MTimeError('Cannot find file: %s' % os.path.realpath(filename))
breathe.file_state_cache.MTimeError: Cannot find file: /.../breathe/examples/doxygen/class/xml/index.xml

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

kloczek commented 3 years ago

It is possible to integrete calling doxygen or any other tool into copy.py. Otherr thing is ther sphinx has at least few native API doc generators.

kloczek commented 2 years ago

Updated list of warnings for latest 4.34.0

On building my packages I'm using sphinx-build command with -n switch which shows warmings about missing references. These are not critical issues. Here is the output with warnings:

```console + /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 https://github.com/latchset/jwcrypto/pull/289 https://github.com/click-contrib/sphinx-click/commit/abc31069 https://github.com/latchset/jwcrypto/pull/289 https://github.com/RDFLib/rdflib-sqlalchemy/issues/95 https://github.com/sissaschool/elementpath/commit/bf869d9e https://github.com/jaraco/cssutils/issues/21 https://github.com/pywbem/pywbem/pull/2895

vermeeren commented 2 years ago

@kloczek Thanks again. A lot of the warnings for Breathe's own doc should be fixed by #816.

2bndy5 commented 2 years ago

On building my packages I'm using sphinx-build command with -n switch which shows warmings about missing references. These are not critical issues.

@kloczek You should get in the habit of using -W instead of -n. This is how readthedocs builds are typically done. Unresolved references are something I started attacking in #816, but I had to give up since the numerous modifications required to resolve the extra 251 nit picky warnings are counterintuitive to the subject of the docs (trust me on this - they're mostly about undocumented C++ namespaces or data structures).

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.

kloczek commented 2 years ago

Don't worry. I'm only messenger. I'm reporting only what I see and I'm not expecting miracles 😃