albert-github
albert-github
@wismill Shouldn't be a problem as e.g. the `` tag is currently ignored by doxygen, otherwise an example would be nice.
With doxygen 1.7.1 we see:  With the current 1.12.0 doxygen version we see:  so the `()` are gone. I think the problem has been solved in the mean...
I think we have 2 problems here: - the problem XML is the interpretation of the goal of the XML output. Contrary to the output formats like HTML. LaTeX, RTF,...
I Think the second problem has to do with the setting of `HIDE_UNDOC_CLASSES` that is set by default to `NO` and at that moment undocumented classes are shown. Also the...
- Does this also happen in the current 1.12.0 doxygen version? - Looks a bit like overloaded functions Without an example it is impossible to tell what the problem might...
We have here now 2 problems 1. the original problem, repeat of overloaded functions in e.g. index - This problem can be seen also in the normal HTML win the...
Please have a look at `REPEAT_BRIEF`.
We see 2 problems here in the doxygen 1.5.6 (with `MACRO_EXPANSION ==YES`) we see as output:  and with the current 1.12.0 doxygen version:  so the backslashes are gone...
I've just pushed a proposed patch, pull request #8624
> The use of the tag to document partial classes is recommended by StyleCop, a source analysis tool for C# (see http://stylecop.soyuz5.com/SA1601.html), even though it is not part of the...