swig/Examples/ruby/mark_function
Olly Betts 892557e799 Improve #include guard macros
Avoid using reserved identifiers such as `_DOHINT_H` (fixes #1989),
fix cases where the name doesn't match the filename, and make the naming
more consistent and less likely to collide with include guards in other
headers.
2022-07-19 09:35:46 +12:00
..
Makefile Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
example.cxx New example for Ruby that shows how to implement a mark function. Also makes use of the tracking objects funcitonality. 2005-09-24 21:53:53 +00:00
example.dsp Fix Visual Studio examples to work when SWIG is unzipped into a directory containing spaces. 2013-01-15 07:18:20 +00:00
example.h Improve #include guard macros 2022-07-19 09:35:46 +12:00
example.i New example for Ruby that shows how to implement a mark function. Also makes use of the tracking objects funcitonality. 2005-09-24 21:53:53 +00:00
runme.rb Ruby mark_function example and docs fixes 2015-09-05 15:30:50 +01:00