From this source doxygen creates a Latex file which contains duplicate labels - the elements from the namespace appear twice, once in the namespace documentation section and once in the file documentation section, and, unfortunately, they get assigned the same latex label. Consequently, I get Latex warnings like
pdfTeX warning (ext4): destination with the same identifier (name{namespace_n_a_m_e_s_p_a_c_e_t_e_s_t_a51ac35853accc0397365e7864258de68}) has been already used, duplicate ignored
Unfortunately, my real project generates 150 lines of such warnings which renders my compile resultspretty unreadable. Is there a way to avoid this problem? If not, is there a way to at least suppress the warnings?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am having the following problem with doxygen (1.11.0) and Latex (MiKTeX-pdfTeX 4.19 (MiKTeX 24.4):
I am trying to document C++ source, a minimal version to reproduce the problem is
From this source doxygen creates a Latex file which contains duplicate labels - the elements from the namespace appear twice, once in the namespace documentation section and once in the file documentation section, and, unfortunately, they get assigned the same latex label. Consequently, I get Latex warnings like
LaTeX Warning: Label 'namespace_n_a_m_e_s_p_a_c_e_t_e_s_t_a51ac35853accc0397365e7864258de68' multiply defined.
and
pdfTeX warning (ext4): destination with the same identifier (name{namespace_n_a_m_e_s_p_a_c_e_t_e_s_t_a51ac35853accc0397365e7864258de68}) has been already used, duplicate ignored
Unfortunately, my real project generates 150 lines of such warnings which renders my compile resultspretty unreadable. Is there a way to avoid this problem? If not, is there a way to at least suppress the warnings?