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 792415 - Blank rows on class page when using external tag file
Blank rows on class page when using external tag file
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: general
1.8.14-GIT
Other Cygwin
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on: 743367
Blocks:
 
 
Reported: 2018-01-10 22:59 UTC by Scott Heavner
Modified: 2018-07-30 10:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Blank class list rows (14.54 KB, image/png)
2018-01-10 22:59 UTC, Scott Heavner
Details

Description Scott Heavner 2018-01-10 22:59:09 UTC
Created attachment 366622 [details]
Blank class list rows

My classlist page shows a lot of blank rows when viewing HTML.   There are unclosed HREFs for classes defined in tagfiles.

Here's the broken html . . .

<tr id="row_20_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="elRef" doxygen="/doc/tagfile.tag:../../baseproject/html/" href="../../baseproject/html/classMyClass.htmlMyClass</a>&#160;[external]</td><td class="desc"></td></tr>

FTVHelp::generateLink(FTextStream &t,FTVNode *n) line 803, needs to add missing "> when setTarget is true.   Broken Sep 28, 2017 with git changeset https://github.com/doxygen/doxygen/commit/97bfbfa6c4d4eb07ac8c60545086c3370e9683b8 for Bug 743367.

And here is what the fixed HTML should look like.

<tr id="row_20_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="elRef" doxygen="/doc/tagfile.tag:../../baseproject/html/" href="../../baseproject/html/classMyClass.html">MyClass</a>&#160;[external]</td><td class="desc"></td></tr>
Comment 1 albert 2018-02-03 13:17:46 UTC
I've just pushed the proposed patch to github (pull request 648)
Comment 2 albert 2018-02-10 13:59:54 UTC
Patch has been integrated into main development branch on github.
Comment 3 André Klapper 2018-07-30 10:08:57 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!