albert-github
albert-github
> It seems that Microsoft has its own dialect/extension. How surprising. Looks also that it is called "MIDL" (i.e. Microsoft Interface Definition Language) and not "IDL". (see also https://en.wikipedia.org/wiki/IDL) @doxgen...
Some remarks - should the "helpstring" be the brief description ? - what to do when there is already a brief description? Normally the new brief is appended to the...
Normally you mention the doxygen version you use, but I don't see it here...
I'm not sure if this is a bug or just a wrong warning. Looking at: ``` /** * \relates Y * \copydoc operator==(const struct X&, const struct X&) */ bool...
I think the function in the second example: ``` /** * X docs */ struct X { }; /** * operator==(const struct X&, const struct X&) */ bool operator==(const struct...
It looks like I can place all ``s inside an "usergroup" but I cannot place an "usergroup" inside a tab of type "pages", looks a bit inconsistent but might have...
- Can you please attach a, small, self contained example (source+configuration file in a, compressed, tar or zip file!) that allows us to reproduce the problem? Please don't add external...
With the `ALIASES` solution from me you mean my proposal in https://github.com/InsightSoftwareConsortium/ITK/issues/4161#issuecomment-2629343940 ? Still I see more in that approach than by means of using a script to convert the...
> A warning or error message by doxygen would be great to save users from digging through the LaTeX code to find the faulty doxygen comments. > > This is...
I agree it is a bit strange that there is no `/**` and `@brief another function`. > In the worst case, could the latex generator look at its own output...