don't include forward declarations in tags file

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-09-28 09:24:51 +00:00
parent 312f1e6e37
commit 53a9325a43

View File

@@ -1,5 +1,5 @@
#!/bin/sh
ctags --c-types=+x --totals --language-force=c++ -I WXDLLEXPORT \
ctags --totals --language-force=c++ -I WXDLLEXPORT \
include/wx/*.h \
include/wx/gtk/*.h \
include/wx/generic/*.h \