Added gtkwindow.h for testing. Added function for processing 'typedef' in class PARSER.

This commit is contained in:
2018-12-17 21:07:47 +01:00
parent 0816baa0a6
commit 4c204baf6d
4 changed files with 605 additions and 2 deletions
+2 -2
View File
@@ -109,5 +109,5 @@ if __name__ == "__main__":
print(app.filecnt)
if app.srcfoldercnt(app.sourcedir) == True:
print(app.foldercnt)
#app.read_file("./gtk.h") #testfile for comments and header includes
app.process_directory()
app.read_file("./gtkwindow.h") #testfile for comments and header includes
#app.process_directory()