fpierrat2

Results 31 comments of fpierrat2

Thanks for the quick response. > So the end BLABLA should start at the beginning of the line. A quick test showed your right, this is how Doxygen is awaiting,...

Here the doc refered above: https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc Especially:

Woaou! I'm really impressed by your reactivity. I also just fell on another issue: doxygen seems to choke on default values for method string parameters when single quote is used....

Ok, done, thanks. https://github.com/doxygen/doxygen/issues/11847

**Doxygen version:** 1.16.0 (da7b340942724df8363d21907aed01e3cfd3a820*) **Screenshot:** **Conf + php source:** [02-commentBgColor.zip](https://github.com/user-attachments/files/23579310/02-commentBgColor.zip)

I was just trying, yes it works, thanks for the tip. I'd suggest something like #44445e for dark mode and #eef1f7 for normal mode, but I suppose you'll use a...

I've no problem with the extra stylesheet, I simply overloaded the `--fragment-background-color` for both modes, this is OK. I was then just trying to see if I could somehow contribute...

I'm not equiped for building C like projects, is there a way to download compiled code without waiting for the next official release? Based on the 1.14.0 --> 1.15.0 releases...

Thanks, I could download doxygen and doxywizard. However doxywizard dies on **missing Qt5Xml.dll, Qt5Gui.dll, Qt5Core.dll**. The previous doxywizard (1.15.0 release download) worked -and still works, so I'm using it with...

Thanks. Never heard of `@internal` before. Works for doxygen. **BUT** the doc comment is not recognised anymore by eclipse/pdt . The doc comment has been added to prevent "variable xxx...