albert-github
albert-github
Some remarks and questions: > In a company, this would be useful to ensure that everybody uses the same plantuml generation. - this can lead to problems when the company...
Disclaimer: I have no experience with docker The question I have: - how would I send a file with plantuml code to the server and get **all** the files back...
Looks like quite a difficult enhancement, but to be able to tell more: - Can you please attach a, small, self contained example (source+configuration file in a, compressed, tar or...
Doxygen 1.9.8 is also already a bit older version (August 25, 2023) but I still see the same problem with doxygen 1.13.2 and also with the current master version (1.14.0...
When I comment out the line: ``` if (fmd && fmd->isEnumValue() && fmd->getOuterScope()==md->getOuterScope()) // in same scope ``` I see the enum values. Just commenting out the line is not...
License definitions are always a horror for all good willing non lawyers etc.. So you refer to `LICENSE` as the main license file and this has the line ``` GNU...
- The Doxyfile part in the To Reproduce section looks to me like incomplete. - The information of the "idl"-file looks like to be squashed onto one line Maybe one...
The problem also shows up in e.g. HTML and LaTeX. In LaTeX it is even more clear as when building the pdf the result is: ``` pdfTeX warning (dest): name{a390036e1289c98e1d5d0b50c012bfe52}...
I see you bisected the problem and concluded the problem was introduced with commit https://github.com/doxygen/doxygen/commit/2dccfe1ae9fc49bb5ccc2a7baf5c5ccb4fec816b - Did you also try the current doxygen version (1.11.0) or the current doxygen master?...
I think the problem is due to the `typedef` that is defined in **encoder.h** ``` typedef struct AV1_COMP { ... } AV1_COMP; ``` and the declarations and definition in **ratectrl.h**...