After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 794509 - c# see langword broken
c# see langword broken
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: general
1.8.14
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks:
 
 
Reported: 2018-03-20 07:51 UTC by tygers.dragon
Modified: 2018-07-30 10:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
example (27.46 KB, application/gzip)
2018-04-05 23:28 UTC, tygers.dragon
Details

Description tygers.dragon 2018-03-20 07:51:47 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.
Comment 1 albert 2018-03-21 13:13:04 UTC
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).
Comment 2 albert 2018-03-23 17:44:32 UTC
I've just pushed a proposed patch to github (pull request 681, https://github.com/doxygen/doxygen/pull/681).
Comment 3 tygers.dragon 2018-04-05 23:28:43 UTC
Created attachment 370566 [details]
example
Comment 4 tygers.dragon 2018-04-05 23:29:17 UTC
Thank you for working on this so fast.  Please find the requested example attached.
Comment 5 albert 2018-04-22 12:30:17 UTC
Code has been integrated in master on github.
Comment 6 André Klapper 2018-07-30 10:28:10 UTC
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!