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 677771 - Baseline of the first argument is not correct in Safari.
Baseline of the first argument is not correct in Safari.
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: documentation
1.8.1
Other Mac OS
: Normal minor
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-06-09 19:30 UTC by daknok
Modified: 2012-06-10 09:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
A screenshot of the error. (15.81 KB, image/png)
2012-06-09 19:30 UTC, daknok
Details

Description daknok 2012-06-09 19:30:34 UTC
Created attachment 216044 [details]
A screenshot of the error.

When documenting a function that takes one argument, i.e.

/**
 * @brief Prints an error message and halts the machine.
 * 
 * @param message A message that will be shown to the user.
**/
[[noreturn]]
void panic(const char* const message = "") noexcept;

The baseline of "message" is one pixel higher than the baseline of the rest of the function declaration. This is quite annoying.
Comment 1 Dimitri van Heesch 2012-06-09 19:51:05 UTC
Seems to be related to the "" being shown as <code>..</code>.

Try if adding 

.paramname code {
        line-height: 14px;
}

to the doxygen.css helps.
Comment 2 daknok 2012-06-09 19:53:03 UTC
Adding

.paramname code {
        line-height: 14px;
}

fixes the issue.
Comment 3 Dimitri van Heesch 2012-06-10 09:41:51 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.1.1. 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.