GNOME Bugzilla – Bug 634857
Colons "::" don't show up (likely after greater than > sign)
Last modified: 2011-01-03 19:01:29 UTC
This has shown up in the discussion mailing list as well. The :: is removed. Issue exist after both > and > But may happen without greater than sign. Example: <tt><A href="http://www.sgi.com/tech/stl/Vector.html">vector</A><T>::iterator</tt> A workaround is to use four of them. <tt><A href="http://www.sgi.com/tech/stl/Vector.html">vector</A><T>::::iterator</tt> Since there is a workaround, perhaps it should be included in the docs and leave it as is... or to implement a fix.
I agree, the real fix would be to escape the ::, i.e. use \:: (this is consistent with the other characters that have a special meaning, such as #,<,and >) Another fix, related to bug #632879, is to give a warning about the use of :: as an link indicator to a non existing global 'iterator' and then show the result as-is. Should be corrected in the next subversion update. Then the correct solution is to use: <tt><a href="http://www.sgi.com/tech/stl/Vector.html">vector</a>\<\>\::iterator</tt>
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.3. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.