]> git.saurik.com Git - wxWidgets.git/commit - utils/HelpGen/src/sourcepainter.cpp
HelpGen is a prototype of the tool for automatic generation of the .tex files
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 8 Jan 1999 17:46:08 +0000 (17:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 8 Jan 1999 17:46:08 +0000 (17:46 +0000)
commitcecfc5e7e54067ea099334a1fbce852ca69a6b11
tree90c93cf40a71ef603025f357b2d4c3ea416562e5
parentcde9f08e1f2bba81294708c1d65bb869ed744e56
HelpGen is a prototype of the tool for automatic generation of the .tex files
for wxWindows documentation from C++ headers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
21 files changed:
utils/HelpGen/Makefile [new file with mode: 0644]
utils/HelpGen/include/cjparser.h [new file with mode: 0644]
utils/HelpGen/include/docripper.h [new file with mode: 0644]
utils/HelpGen/include/ifcontext.h [new file with mode: 0644]
utils/HelpGen/include/markup.h [new file with mode: 0644]
utils/HelpGen/include/scriptbinder.h [new file with mode: 0644]
utils/HelpGen/include/sourcepainter.h [new file with mode: 0644]
utils/HelpGen/include/srcparser.h [new file with mode: 0644]
utils/HelpGen/include/wxstlac.h [new file with mode: 0644]
utils/HelpGen/include/wxstllst.h [new file with mode: 0644]
utils/HelpGen/include/wxstlvec.h [new file with mode: 0644]
utils/HelpGen/src/HelpGen.cpp [new file with mode: 0644]
utils/HelpGen/src/cjparser.cpp [new file with mode: 0644]
utils/HelpGen/src/docripper.cpp [new file with mode: 0644]
utils/HelpGen/src/ifcontext.cpp [new file with mode: 0644]
utils/HelpGen/src/markup.cpp [new file with mode: 0644]
utils/HelpGen/src/ripper_main.cpp [new file with mode: 0644]
utils/HelpGen/src/scriptbinder.cpp [new file with mode: 0644]
utils/HelpGen/src/sourcepainter.cpp [new file with mode: 0644]
utils/HelpGen/src/srcparser.cpp [new file with mode: 0644]
utils/HelpGen/src/wx_extra_imps.cpp [new file with mode: 0644]