[ruby] edit comments [skip ci]

This commit is contained in:
Takashi Tamura 2017-03-02 11:55:09 +09:00
commit 806f49bf58

View file

@ -3,9 +3,10 @@
/*
* We want to put the folloing code after the fragment "StdTraits" at rubystdcommon.swg.
* This code is needed if and only if "StdTraits" and this std_shared_ptr.i are included at the same time.
* They don't always require each other. So specifying the dependecy by using %fragment does not work.
* We want to put the following code after the fragment "StdTraits" at rubystdcommon.swg.
* This code is needed if and only if the fragment and this std_shared_ptr.i are included at the same time.
* They don't always require each other. The order of including them is not predetermined either.
* So specifying the dependecy by using %fragment does not work.
*/
%wrapper %{
#ifdef SWIG_RUBYSTDCOMMON