doc: Update CSS for readable @retval tables#13047
Conversation
Currently now margin between the return value and its description are added in return value tables generated with the @RetVal command. This adds a 2em margin, which is consistent with the margin after parameter names in the parameter table.
|
Are you sure you mean |
|
I meant indeed The broken output for |
|
I see. On current version of Doxygen it generates separate table fields for key and values. Can you build the doc locally and check again? A quick look at the HTML generated by the historic version of Doxygen seems to indicate that this would not introduce an issue there, right? But it would fix one with the current version. |
|
I reported the bug of incorrectly handling markdown in |
No, it is not with the version. In |
|
With #13063 applied it becomes more obvious that the margin between the table columns are currently missing. |



Contribution description
Currently now margin between the return value and its description are added in return value tables generated with the
@retvalcommand. This adds a2emmargin, which is consistent with the margin after parameter names in the parameter table.Testing procedure
E.g. the documentation of the
dht_init()function should be more readable with this.Issues/PRs references
Noticed in #13046