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 610437 - <br/> XML tag inside C# comments gives a warning and should not
<br/> XML tag inside C# comments gives a warning and should not
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.6.2
Other All
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-02-19 09:40 UTC by tkrotoff
Modified: 2010-02-21 12:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description tkrotoff 2010-02-19 09:40:38 UTC
Example of a valid C# comment:

/// <remarks>
/// blabla<br/>
/// <br/>
/// blabla
/// </remarks>

For each <br/>, Doxygen 1.6.2 generates a warning: "Warning: HTML tags may not use the 'empty tag' XHTML syntax." and should not.
Comment 1 Dimitri van Heesch 2010-02-20 11:04:12 UTC
Confirmed. I'll remove this bogus warning.
Comment 2 Dimitri van Heesch 2010-02-21 12:57:38 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.6.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.