GNOME Bugzilla – Bug 794509
c# see langword broken
Last modified: 2018-07-30 10:28:10 UTC
A tag like <see langword="null"/> is output as <a class="el" href=""> with the anchor tag closed just before the next tag is opened. This occurs because the code beginning at docparser.cpp:6128 attempts to create a DocLink from the value of the langword and does not find a suitable reference. This generates the warning, "warning: unable to resolve link to `null' for \link command". When langword is used, the output should just be the value in blue or bold. No anchor tag should be generated.
Can you please attach a, small, self contained example (source+config file in a tar or zip) that allows us to reproduce the problem? (The description does give information but it is better / easier when there is an example).
I've just pushed a proposed patch to github (pull request 681, https://github.com/doxygen/doxygen/pull/681).
Created attachment 370566 [details] example
Thank you for working on this so fast. Please find the requested example attached.
Code has been integrated in master on github.
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to https://github.com/doxygen/doxygen/issues All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github. Hence I am closing this GNOME Bugzilla ticket. Please use the corresponding ticket in Github instead. Thanks a lot!