GNOME Bugzilla – Bug 719639
@xrefitem with empty heading string
Last modified: 2013-12-29 18:09:25 UTC
In case parameter "(heading)" of the @xrefitem is the empty string no heading is generated. This can be useful when used in combination with the \page command e.g. /** @page my_errors My Errors * @brief Errors page * * Errors page contents. */ /** \error ERROR 101: in case a file can not be opened. Check about file system read/write access. */ #define MY_ERR_CANNOT_OPEN_FILE 101 /** \error ERROR 102: in case a file can not be closed. Check about file system read/write access. */ #define MY_ERR_CANNOT_CLOSE_FILE 102 with \error defined as ALIASES += "error=\xrefitem my_errors \"\" \"\"" Currently when the "(heading)" is left empty a click-able colon remains in the HTML output.
If just pushed a fix to git (pull request 61)
Thanks, I've just merged the pull request.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.6. 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 (preferrably in the form of a self-contained example).
Verified. In version 1.8.6 the problem of the clickable colon is solved.