On Thu, Jan 22, 2015 at 11:14 PM, <
doxygen-users-requ...@lists.sourceforge.net> wrote:
> Date: Thu, 22 Jan 2015 13:47:52 +0100
> From: "Uwe Scholz"
> Subject: [Doxygen-users] char_varying type in VOS C and doxygen
>
> I have a new issue to solve with doxygen: In VOS C there exists the type
> cha
Hi Uwe,
You could use
PREDEFINED = char_varying(n)="char_varying_##n"
To expand char_varying(256) to char_varying_256 and then during post processing
replace it back to char_varying(256).
Regards,
Dimitri
> On 22 Jan 2015, at 13:47 , Uwe Scholz wrote:
>
> Hi,
>
> I have a new issue to so
Hello Folks,
I need help configuring Doxygen to generate warnings on *any* undocumented
items.
There are a few cases which seem to pass without warnings, despite the obvious
Doxyfile config options. There are other cases which generate warnings for
parameters and return values, but only if