You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello again - and thanks for the recent update (2.1.3) which has solved my previous issue.
This time i have a bug to report, though i believe the fix shouldn't be too difficult ?
Like the title states, doxyrest does not handle <computeroutput> code snippets when they are inside a table (instead, the cell's contents will be empty, which tends to break the table layout).
Having glossed over the code real quick, i think it's just a matter of changing the common/doc.lua file so as to have the formatDocBlock_computeroutput() function be called appropiately inside the formatDocBlock_table() function.
I can attempt a PR if you'd like, although I have never built doxyrest from source, so it may take a while.
The text was updated successfully, but these errors were encountered:
Hello again - and thanks for the recent update (2.1.3) which has solved my previous issue.
This time i have a bug to report, though i believe the fix shouldn't be too difficult ?
Like the title states, doxyrest does not handle
<computeroutput>
code snippets when they are inside a table (instead, the cell's contents will be empty, which tends to break the table layout).Having glossed over the code real quick, i think it's just a matter of changing the
common/doc.lua
file so as to have theformatDocBlock_computeroutput()
function be called appropiately inside theformatDocBlock_table()
function.I can attempt a PR if you'd like, although I have never built doxyrest from source, so it may take a while.
The text was updated successfully, but these errors were encountered: