Re: [Doxygen-develop] parser and documentation question
Brought to you by:
dimitri
From: Dimitri V. H. <do...@gm...> - 2011-11-19 10:03:33
|
On Nov 18, 2011, at 21:05 , Rene Zaumseil wrote: > Hi, > > How can we distinguish 2 ore more commands on one line > in the generated documentation? > > Currently we only have start and end line number. > > p.e. in C notation (problem in documentation of Var1): > static int Var1; typedef struct { > int i; > } myStruct; > > The code formatting fails for Var1 because of wrong syntax > in the line: > static int Var1; typedef struct { There is no way to do this now, and I don't see an easy way to add this. It is also rather uncommon to put multiple definitions on the same line (i.e. it would also be confusing for the programmer, not just doxygen) Regards, Dimitri |