added more files to parse
[wxWidgets.git] / misc / scripts / makegtktags
1 #!/bin/sh
2 ctags --totals --language-force=c++ -I WXDLLEXPORT \
3         include/wx/*.h \
4         include/wx/generic/*.h \
5         include/wx/gtk/*.h \
6         include/wx/html/*.h \
7         include/wx/protocol/*.h \
8         include/wx/xml/*.h \
9         include/wx/xrc/*.h \
10         include/wx/unix/*.h \
11         src/common/*.cpp \
12         src/generic/*.cpp \
13         src/gtk/*.cpp \
14         src/html/*.cpp \
15         src/unix/*.cpp \
16         src/xml/*.cpp \
17         src/xrc/*.cpp
18