Mark Callow

Results 429 comments of Mark Callow

@lexaknyazev the current spec prohibits `*[2-9]PLANE* formats`. Therefore can we consider this issue resolved and close it? Or is there a desire to support these formats and we should keep...

@lexaknyazev, ping. With multi-plane formats now prohibited and the single-plane YUV formats supported it looks to me like this issue is resolved. Close it, if you agree. If not, explain...

I have no expertise in this. I would welcome a PR that sets up this publishing. To create a JAR files that contains the libs (dll/dylib/so) for each platform a...

> So when someone wanted to deploy such an application, every user would have to manually twiddle with the (OS-specific) native libraries and put them into directories where they are...

I just read the dlopen man page. If the path passed to dlopen contains a slash then dlopen opens that file. If just a leaf name. `@rpath` comes into play.

I just updated to 1.11 from 1.9.7 and all our snippets, which all have more than one line and are all `@snippet{doc}` are now being rendered as empty code blocks....

Hmm. I am seeing empty code blocks just like the OP. The text you see in the image is the text before the `@snippet` command. That is what I mean...

If you add the line ``` /// @page Foo foo ``` to `aa.h` before the `@snippet` line, the snippet contents are not shown in the output.

Should I create a new issue or do you want to reopen this one?

> Even with the line you wrote in https://github.com/doxygen/doxygen/issues/10517#issuecomment-2182823608 I cannot reproduce the problem with the 1.11.0 version Sorry about that. The line I wrote moved the info from the...