PICodeParser::parseFileContent
This commit is contained in:
@@ -135,7 +135,12 @@ void PICodeParser::parseFiles(const PIStringList & files, bool follow_includes)
|
||||
piCout << PIStringAscii("enum") << c.name << c.members;
|
||||
piCout << "\n\nTypedefs:";
|
||||
piForeachC (Typedef & c, typedefs)
|
||||
piCout << PIStringAscii("typedef") << c;*/
|
||||
piCout << PIStringAscii("typedef") << c;*/
|
||||
}
|
||||
|
||||
|
||||
void PICodeParser::parseFileContent(PIString fc) {
|
||||
parseFileContent(fc, false);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user