diff --git a/Doc/Manual/SWIG.html b/Doc/Manual/SWIG.html index c05ed456c..f0c4837f1 100644 --- a/Doc/Manual/SWIG.html +++ b/Doc/Manual/SWIG.html @@ -3293,7 +3293,6 @@ Vector *new_Vector() { return (Vector *) malloc(sizeof(Vector)); } %} -

@@ -3305,6 +3304,11 @@ declaration. Since the code inside an %inline %{ ... %} block is given to both the C compiler and SWIG, it is illegal to include any SWIG directives inside a %{ ... %} block.

+

+Note:Any #include directives are omitted inside the +%inline %{ ... %} block unless the -includeall command line +option is supplied.

+

5.6.4 Initialization blocks