albert-github

Results 1742 comments of albert-github

Thanks for the hint. I seen the documentation: > If you write entry=none, tabularray package will not add an entry in List of Tables. Therefore caption=text,entry=none is similar to \caption[]{text}...

I did a small test and it looks like the `,entry=none` should be added to line 409 (i.e. the first `setTblrOuter` of `\NewDocumentEnvironment{DoxyTable}`) and to line 464 (i.e. `setTblrOuter` of...

I've just pushed a proposed patch, pull request #11840

Code has been integrated in master on GitHub (please don't close the issue as this will be done at the moment of an official release).

To have a consistent information: - Can you please attach a, small, self contained example (source+configuration file in a, compressed, tar or zip file!) that allows us to reproduce the...

verilrog is, to the best of my knowledge a HDL (hardware description language). VHDL is also a HDL so: - what are the differences between verilog and VHDL - what...

Well it looks like that repository hasn't been updated for a while (as the fork says at the moment: "This branch is 11 commits ahead, 3318 commits behind doxygen:master. ")...

@avelure > You can have a look at the SystemVerilog-dev branch for the most recent version. Where can I find this branch? @maddox11 what is your opinion on all of...

@avelure you wrote: > verilog-perl also parses SystemVerilog, the branch is more related to doxygen things I believe, like it doesn't pick up .sv and .svh files. I'm not sure...

Probably related issues: - https://github.com/doxygen/doxygen/issues/3583 - https://github.com/doxygen/doxygen/issues/3142 - https://github.com/doxygen/doxygen/issues/6187