albert-github
albert-github
I think the possibilities when `UML_LOOK=YES` and the in doxygen 1.9.0 introduced `DOT_UML_LOOK` are addressing this issue. In case other requirements are present a new issue should be opened (whith...
I think this issue is also related to #4367 (C/C++: Enhanced placement of the parameters block of function descriptions with inline documentation (Origin: bugzilla #656737)) and would probably need an...
This problem has been addressed in the proposed pull request #7339
Some thoughts / remarks: I don't think the `` is the only one that is not supported by doxygen. Quite often the problem is how to represent the tag in...
As the PR is work in progress I set it to work in progress / draft. To have a look why the GitHub Actions failed I restarted 1 run and...
Looks like again some changes got in undoing recent fixes in the doxygen master version (e.g. deps/libmscgen/mscgen_config.h) To update to master you should use the merge functionality of git.
In my previous comments I mentioned some things about how to proceed (a.o.) and it is better to address these issues first - concentrate on one parser e.g. pascalscanner and...
With the doxyge 1.5.6 version I see:  with the current 1.12.0 doxygen version I see:  so in both case I see for `x` and `y` functions and not...
I've just pushed a proposed patch, pull request #11608 Edit: PR is incomplete.
The small test case I used was: ``` \mainpage THT xxx yyy zzz XXX YYY ZZZ ```