albert-github

Results 1742 comments of 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: ![image](https://github.com/user-attachments/assets/49b980f2-2d5d-4757-b988-9d0aa30eef72) with the current 1.12.0 doxygen version I see: ![image](https://github.com/user-attachments/assets/2bef7979-c9cd-40b1-ac8e-04be1dff7477) 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 ```