[Doxygen-develop] Extracting parameter type from XML ?
Brought to you by:
dimitri
From: Carsten Z. <car...@gr...> - 2002-11-12 09:37:58
|
Hello, I struggle how to extract the parameter type from the xml file using doxmlparser. I get the parameter name from printf("param decl %s\n", param->declarationName()->latin1()); but how to get the paramter type ? Thanks, Carsten |