From ed0a9eca578a6df7c3c172a9801dd30d6615dbb2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 20 Jun 2010 17:43:26 +0000 Subject: [PATCH] Extract tags from private headers under wxMSW too. Added include/wx/msw/private/*.h to the list of files passed to ctags. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- misc/scripts/makemswtags.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/scripts/makemswtags.bat b/misc/scripts/makemswtags.bat index 6d56c7966a..c502113103 100755 --- a/misc/scripts/makemswtags.bat +++ b/misc/scripts/makemswtags.bat @@ -1 +1 @@ -@ctags.exe --totals --language-force=c++ --c++-types=+p -I ./misc/scripts/ctags.ignore include/wx/*.h include/wx/aui/*.h include/wx/msw/*.h include/wx/msw/ole/*.h include/wx/generic/private/*.h include/wx/generic/*.h include/wx/html/*.h include/wx/propgrid/*.h include/wx/protocol/*.h include/wx/richtext/*.h include/wx/xml/*.h include/wx/xrc/*.h src/aui/*.cpp src/common/*.cpp src/generic/*.cpp src/msw/*.cpp src/msw/ole/*.cpp src/html/*.cpp src/propgrid/*.cpp src/richtext/*.cpp src/xml/*.cpp src/xrc/*.cpp +@ctags.exe --totals --language-force=c++ --c++-types=+p -I ./misc/scripts/ctags.ignore include/wx/*.h include/wx/aui/*.h include/wx/msw/*.h include/wx/msw/ole/*.h include/wx/msw/private/*.h include/wx/generic/private/*.h include/wx/generic/*.h include/wx/html/*.h include/wx/propgrid/*.h include/wx/protocol/*.h include/wx/richtext/*.h include/wx/xml/*.h include/wx/xrc/*.h src/aui/*.cpp src/common/*.cpp src/generic/*.cpp src/msw/*.cpp src/msw/ole/*.cpp src/html/*.cpp src/propgrid/*.cpp src/richtext/*.cpp src/xml/*.cpp src/xrc/*.cpp -- 2.47.2