]> git.saurik.com Git - wxWidgets.git/commit
1. more C++ parser fixes - now it almost parses wx/string.h
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 21 Feb 1999 22:32:46 +0000 (22:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 21 Feb 1999 22:32:46 +0000 (22:32 +0000)
commitd12e353663f9a2fc28b26e6468716f6a01b85595
tree9487e7046974d2cf7a136de5188babff194b1337
parentc4c794e1d01d358bcd6dac092d7df9ba2cd07872
1. more C++ parser fixes - now it almost parses wx/string.h
 a) #if/#ifdef/#else (very) limited support
 b) param type fix - now indirection chars are correctly handled
 c) class/struct/union distinction
 d) public/private fixes
 e) Dump() function added - very useful for debugging

2. option to ignore parameter names during 'diff' (in fact, they're ignored
   by default, and this option switches it on)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
utils/HelpGen/include/cjparser.h
utils/HelpGen/include/srcparser.h
utils/HelpGen/src/HelpGen.cpp
utils/HelpGen/src/cjparser.cpp
utils/HelpGen/src/scriptbinder.cpp
utils/HelpGen/src/srcparser.cpp