From: Vadim Zeitlin Date: Sun, 9 Apr 2006 19:55:48 +0000 (+0000) Subject: added more files to parse X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7182d62a0292d606fba8b13c536d0552d278c846 added more files to parse git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/misc/scripts/makegtktags b/misc/scripts/makegtktags index bd798e08a8..d2a44aad86 100755 --- a/misc/scripts/makegtktags +++ b/misc/scripts/makegtktags @@ -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