diff --git a/Doc/Manual/Extending.html b/Doc/Manual/Extending.html index c6e006033..ff666791c 100644 --- a/Doc/Manual/Extending.html +++ b/Doc/Manual/Extending.html @@ -2754,15 +2754,16 @@ int Python::top(Node *n) {

-Within SWIG wrappers, there are four main sections. These are (in order) +Within SWIG wrappers, there are five main sections. These are (in order)

Different parts of the SWIG code will fill different sections, diff --git a/Doc/Manual/SWIG.html b/Doc/Manual/SWIG.html index fd510f2a4..bcfcc60f5 100644 --- a/Doc/Manual/SWIG.html +++ b/Doc/Manual/SWIG.html @@ -3034,14 +3034,15 @@ output of SWIG is structured first.

-When SWIG creates its output file, it is broken up into four sections +When SWIG creates its output file, it is broken up into five sections corresponding to runtime code, headers, wrapper functions, and module initialization code (in that order).