albert-github
albert-github
According to the documentation of `INHERIT_DOCS`: > If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the documentation from any documented member that it re-implements. So...
When I look at the results in the given example (run with i master version 1.15.0 of doxygen) I see: This does not look the images you presented (I also...
OK I see, the description is always directly below the header. In the light mode variant this is clearer than in the dark mode variant. I think that in the...
Question is what happens in this case when one has a class with a number of functions ...
@doxygen How about the idea: > I think that for the topics it would be better that when selecting the "Parent Group" in the treeview that we get at that...
In the past (1.8.16 and before) when the `anchorfile` in the tag file had an extension the extension was stripped and replaced by the currently used extension. This lead to...
I've just pushed a proposed patch, pull request #11861
The line causing the problem is: https://github.com/doxygen/doxygen/blob/36b1fa7835251a23132b90f76b557ef3e83d31a1/src/definition.cpp#L507 I did some investigations and the `)` was explicitly added in the version 1.7.1, though I cannot think of reason for this nor...
With doxygen 1.9.5 I see that the `.` are not present With the current doxygen version (1.15.0) I see that the `.` is present. I think the problem has been...
In your layout file you have: ``` ``` and thus classes are not show in the treeview. structs are a type of classes as well and thus not shown in...