olivier-marcou

Results 10 comments of olivier-marcou

The Doxygen version used is 1.9.8. There is no point for a reproducer since this is certainly not a bug but works as designed.

Thanks for your answer. After some testing, `SEPARATE_MEMBER_PAGES` works only with class members and not with global typedefs. However, adding such global typedefs to a group seems to work and...

This is actually true. Fortunately, I was able to fix the code that generates the comments inside the generated C++/CLI code so we have no problem with that now.

I am afraid this workaround will not work very much for us because that C++/CLI code is generated code and removing the elements will not be easy...

I edited my previous message with that further information that you requested!

The main reason is that in the end you have the same documentation with the same format independently of the language of your code (C#, C++/CLI, F#, etc; every language...

Please note that when taking as input the auto-generated XML documentation, Doxygen would not even know (and would not need to) in which language the code was originally written. We...

Sorry that I did not attach any reproducer, but those are for bugs and this is technically not a bug! I added one.

The native Doxygen methods to remove the includes from the doc are working fine, thanks for the suggestion. This reproducer is a copy-paste from an older one, so yes, the...