GNOME Bugzilla – Bug 677771
Baseline of the first argument is not correct in Safari.
Last modified: 2012-06-10 09:41:51 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.
Seems to be related to the "" being shown as <code>..</code>. Try if adding .paramname code { line-height: 14px; } to the doxygen.css helps.
Adding .paramname code { line-height: 14px; } fixes the issue.
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.