[Doxygen-develop] parser and documentation question
Brought to you by:
dimitri
From: Rene Z. <r.z...@fr...> - 2011-11-18 20:08:15
|
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 { rene |