albert-github

Results 1258 comments of albert-github

In the new link to an older version of Root (v634) I indeed see: ![Image](https://github.com/user-attachments/assets/1d635508-aa10-409a-b5de-9e970cbd6b0f) so: - the word `Minuit2` is not hyperlinked, in the new version (with the `\note`...

Just a quick thought maybe the `\depecated` command might also be useful for you.

I saw the problem surface between doxygen version 1.13.1 and doxygen version 1.13.2 and can also be observed in the warnings and HTML output on e.g. the `classes.html` page. I...

There is no planning or prioritizing the problems, it is more about the time, willingness, knowledge of a contributor / maintainer when an issue is solved (especially the time constraint...

When looking e.g. at the doxygen internal documentation at https://doxygen.github.io/doxygen-docs/index.html you mean that e.g. the "Namespace List" in the treeview has sub-items and the "Namespace List" under "Namespaces" in the...

When I understand it correctly you want to be able to document cmake files and present them in a way doxygen does. There is no default support for these kind...

Maybe you could give an example with the results you got so far and the problems you still encounter i.e.: - attach a, small, self contained example (source+configuration file in...

(Just some nitpicking) 1. The `:` should not be present in the `@param` statement for the argument name 2. `VAR2` is not an argument of the function

When I'm not mistaken the `@param VAR2` will throw a warning as doxygen doesn't know about the argument `VAR2` but it will show in the documentation.

In the https://github.com/doxygen/doxygen/issues/9906#issuecomment-1464114535I mentioned: > There is no default support for these kind of files in doxygen, you probably can get some good results using a filter and translate the...