[ruby] edit comments [skip ci]
This commit is contained in:
parent
a784ace983
commit
806f49bf58
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue