albert-github

Results 944 comments of albert-github

Regarding the warnings like `warning: Illegal command @tylerfortune8 found as part of a .. block` there is already a proposed pull request: #7339 (as I saw this type of usage...

In the doxygen version 1.8.18 we see the warning as indicated. In the current version (1.9.4 (5d15657a55555e6181a7830a5c723af75e7577e2)) the warning is gone. I think the problem has been solved in the...

When we run the example with the 1.9.4 version we see: ![image](https://user-images.githubusercontent.com/5223533/178778244-4406827d-c3f3-4846-8770-93c8e9db047b.png) and we get the warning: ``` TestEnum.cs:7: warning: Member Hill (enumeration) of namespace TestSpace::Enums is not documented. ```...

I think I understand what you want, but it is a bit unclear. > Usually when `@return` is provided, it overrides copied return. - can you give an example of...

The 1.7.3 is from January 2011 so not really relevant anymore. - In the old versions `$relpath$` was used, but nowadays (i.e. since 1.8.3.1, January 2013) the `$relpath^` is used,...

The qtools have been removed from doxygen and replaced with methods. The file functions are now handled by means of by `filesystem` (see also https://github.com/gulrak/filesystem). I think this problem is...

What is your suggestion for this, I was thinking about something like ``` ##< #< #< ``` or ``` ##< # # ``` - Can you please attach a, small,...

With the 1.7.5.1 version I get the warning as indicated. With the current version (1.9.4 (5d15657a55555e6181a7830a5c723af75e7577e2))) this warning is gone. Example: [example.tar.gz](https://github.com/doxygen/doxygen/files/9093605/example.tar.gz) I think the problem has been solved in...

For the `Parameters` we see in the 1.7.5.1. version: ``` Parameters: ``` and in the 1.9.4 version: ``` Parameters ``` Similar constructs are there for other entities. I think the...

There are 2 issues here: - name if the file, as indicated in the external command just the file name of the tag file is used, this is not correct...