diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html index 736bd08a8..04cbbcf2a 100644 --- a/Doc/Manual/Contents.html +++ b/Doc/Manual/Contents.html @@ -1332,7 +1332,7 @@
If you have multiple SWIG modules that share type information (more info), the -builtin option requiress a bit of extra discipline to ensure that base classes are initialized before derived classes. Specifically:
There must be an unambiguous dependency graph for the modules.
Module dependencies must be explicitly stated with %import statements in the SWIG interface file.
As an example, suppose module A has this interface in A.i :