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 662745 - Using \a and \b together
Using \a and \b together
Status: RESOLVED DUPLICATE of bug 418615
Product: doxygen
Classification: Other
Component: general
1.7.5.1
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-10-26 09:27 UTC by albert
Modified: 2013-05-26 10:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Example and result (74.90 KB, application/x-compressed-tar)
2011-10-26 09:27 UTC, albert
Details

Description albert 2011-10-26 09:27:33 UTC
Created attachment 200009 [details]
Example and result

When using \a and \b together the first word following is in bold and italic the second word is in the form as specified by the first used of \a and \b.
The documentation states that the next word after \a, \b will be in italic / bold, nothing is specified about using 2 of these together, so probably an unforeseen side effect. Problem can be overcome by using the HTML tags <em> and <b>.

Example code:
/**
  * Example for \\a \\b problem<br>
  *  using \\a: \a italic more words<br>
  *  using \\b: \b bold more words<br>
  *  using \\b \\a: \b \a bold_italic bold more words
  */
void(int a)
{
}
Comment 1 albert 2013-05-26 10:02:36 UTC

*** This bug has been marked as a duplicate of bug 418615 ***