Re: [Doxygen-users] documenting C structure

2016-07-08 Thread Brian Henning
the second example. HTH; YMMV. -Brian From: MURESIANU Philippe [mailto:p.muresi...@oberthur.com] Sent: Friday, July 08, 2016 4:47 AM To: Albert Cc: doxygen-users@lists.sourceforge.net Subject: Re: [Doxygen-users] documenting C structure Hi Albert, Here is an example of the code and doxygen

Re: [Doxygen-users] documenting C structure

2016-07-08 Thread MURESIANU Philippe
“mySource.h”, ‘S_MyStruct’ is found by Doxygen. Doxygen version: 1.8.9.1 Thanks. Regards, Philippe De : Albert [mailto:albert.te...@gmail.com] Envoyé : jeudi 7 juillet 2016 19:26 À : MURESIANU Philippe Cc : doxygen-users@lists.sourceforge.net Objet : Re: [Doxygen-users] documenting C

Re: [Doxygen-users] documenting C structure

2016-07-07 Thread Albert
Please add some code and the version of doxygen you used, so we can see what you tried and it is easier to give an advise. Albert On Thu, Jul 7, 2016 at 11:33 AM, MURESIANU Philippe < p.muresi...@oberthur.com> wrote: > Hi, > > > > When I declare a structure in my .c source file, the reference of

[Doxygen-users] documenting C structure

2016-07-07 Thread MURESIANU Philippe
Hi, When I declare a structure in my .c source file, the reference of the structure is not found by Doxygen. If I declare it in my header file (for test purpose), Doxygen finds the reference. I declare my structure in .c source on purpose and I can't declare it in the header file. How can I fix