albert-github

Results 1742 comments of 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: ![image](https://github.com/user-attachments/assets/528195a5-e4c6-4da5-81ea-784af87a3302) With the current 1.12.0 doxygen version we see: ![image](https://github.com/user-attachments/assets/05f54565-ed38-434e-a223-4889631e0f50) 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: ![image](https://github.com/user-attachments/assets/31afebee-e359-43cf-a3ca-dab6d5bff2f3) and with the current 1.12.0 doxygen version: ![image](https://github.com/user-attachments/assets/5aa08b80-0a02-43e3-9863-4d5bf385493e) 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...