albert-github

Results 1742 comments of albert-github

Normally one does not need to set the encoding, but I think UTF-8 should be fine. Can you post a small example with the Œ : U+0152 "Latin Capital Ligature...

I don't seen the Œ in the input, can you please attach a, small, self contained example (source+configuration file in a, compressed, tar or zip file!) that allows us to...

I understand what you mean. I tried with the example from https://github.com/doxygen/doxygen/issues/11484#issuecomment-2703613682 and just set `LATEX_CMD_NAME = xelatex` but I don't see the problem. Something strange as well is the...

Looks a bit like doxygen does not like the `` / `` inside a `` alsos een the warning like: ``` warning: lonely tag found ``` The following: ``` Here...

I can imagine it, that is why I marked it wit `bug` as well. The "workaround" might be to create a (doxygen) filter that runs on the input (see `INPUT_FILTER`)...

As normal C++ projects don't have assemblies or associated xml files with documentation (in general I think it is bad to have documentation and source code in different files as...

So, when I understand it correctly, the `xml` file (MyNetLib.xml) has the same elements in the documentation as as the, original, source code (MyNetClass.cs) which should follow the ECMA-334 standard....

Doxygen doesn't support F# so this would anyway require another approach. Doxygen can also output XML as output format, did you have a look at that possibility?

I had a go at it but the "good" case was missing. When I reconstructed it from the description above it looks like I can reproduce the same behavior as...

The fact that php uses backslashes as separator does give some problems. There is a possibility to use (as a workaround) 2 colons so e.g. ``` The object store to...