Dear doxygen users
I came across a segmentation fault while doxygen is trying to parse a C
file. The C file is attached. In essence, the line that triggers the
fault (as it seems) is:
/**<!--***************************************************************-->
if one replaces that with
/** <!--***************************************************************-->
the problem goes away.
I do understand that the latter variant is preferred and is expected by
doxygen, but producing segfault on such an example seem to bee too
harsh.
I am using 1.8.4 version of doxygen.
Now, should I report a bug, or is it a well-known problem?
Thanks,
Artem.
/**
* @file foo.c
* @brief This is a foo file.
*/
int foo (int a)
{
return a;
}
/**<!--***************************************************************-->
*
* @fn int bar (int a)
**********************************************************************/
int bar (int a)
{
return a;
}
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users