]> git.saurik.com Git - wxWidgets.git/commitdiff
added more files to parse
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Apr 2006 19:55:48 +0000 (19:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Apr 2006 19:55:48 +0000 (19:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

misc/scripts/makegtktags

index bd798e08a812baea2b51e3790fa8a97fd80e0f96..d2a44aad8675a123ee2d6e87ec6eb1c5b92f4b27 100755 (executable)
@@ -1,13 +1,18 @@
 #!/bin/sh
 ctags --totals --language-force=c++ -I WXDLLEXPORT \
        include/wx/*.h \
-       include/wx/gtk/*.h \
        include/wx/generic/*.h \
+       include/wx/gtk/*.h \
+       include/wx/html/*.h \
        include/wx/protocol/*.h \
+       include/wx/xml/*.h \
+       include/wx/xrc/*.h \
        include/wx/unix/*.h \
        src/common/*.cpp \
        src/generic/*.cpp \
        src/gtk/*.cpp \
        src/html/*.cpp \
-       src/unix/*.cpp
+       src/unix/*.cpp \
+       src/xml/*.cpp \
+       src/xrc/*.cpp