doxyrest icon indicating copy to clipboard operation
doxyrest copied to clipboard

fails silently when there are code snippets inside a table

Open LexouDuck opened this issue 2 years ago • 0 comments

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.

LexouDuck avatar Dec 07 '21 19:12 LexouDuck