albert-github

Results 1216 comments of albert-github
trafficstars

It looks like that: ``` namespace ClassA = NamespaceA::NamespaceB; ``` in ``` namespace NamespaceC { namespace ClassA = NamespaceA::NamespaceB; } ``` causes the problem. Looks like the namespace alias (https://en.cppreference.com/w/cpp/language/namespace_alias)...

The problems as reported in the original issue I can reproduce with the 1.3.6 version but with the curent doxygen version (1.12.0) these provlems are gone. The problems as reported...

Submodules are currently not supported in doxygen. Can you please attach a, small, self contained example (source+config file in a tar or zip) that allows us to reproduce the problem?

Thank, The worst is of course: > Error in file D:/speeltuin/issue_6616/Submodule_example/submodule1.f90 line: 32, state: 11(ModuleBodyContains)

Plans are there but the time is lacking...

None yet, maybe we should look into the Fortran capabilities again.

I think that the `parameternamelist` is normally not used but only used for PHP, see https://www.doxygen.nl/manual/commands.html#cmdparam at the end of the description there. I think the problem is usage.

Based on the question from: https://stackoverflow.com/questions/55421894/how-do-i-doxygen-document-unnamed-parameters-of-a-function

The current syntax for the `\param` command is: > \param'['dir']' { parameter description } and the `` has to match, which is obviously not the case when in the implementation...