- Changed DocBook version to 4.3, 5.0 is not officially released yet and most
authorMatthias Braun <matze@braunis.de>
Wed, 11 May 2005 10:10:33 +0000 (10:10 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 11 May 2005 10:10:33 +0000 (10:10 +0000)
commit1f0faf6a86dbece62970f10bc4aa9c297097c476
tree4eef6e0cce5e9f03a16e42606c6dd58cc3f568cc
parent5587a88b9d533556461090744e50d070dcd70e14
- Changed DocBook version to 4.3, 5.0 is not officially released yet and most
  people don't have the required tools for it
- Improved miniswig to parse documentation comments (this can be used to
  automatically generate docbook text similar to what javadoc or doxygen do)
- swig makes use of the # num file preprocessor directives now. This improves
  error messages and comments in the code.

SVN-Revision: 2466
docs/scripting/scripting.xml
src/scripting/wrapper.cpp
src/scripting/wrapper.h
tools/miniswig/create_wrapper.cpp
tools/miniswig/globals.h
tools/miniswig/lexer.ll
tools/miniswig/main.cpp
tools/miniswig/parser.yy
tools/miniswig/tree.h