diff --git a/Doc/Manual/SWIGPlus.html b/Doc/Manual/SWIGPlus.html index c1ca5e1d3..eeca0291c 100644 --- a/Doc/Manual/SWIGPlus.html +++ b/Doc/Manual/SWIGPlus.html @@ -5035,10 +5035,10 @@ class Bar {

-If a nested class has to be used as template parameter then the template might -has to be expanded before the top-level class containing the inner class gets -declared. An example can be found in the - Templates section. +If a nested class, within an outer class, has to be used as a template parameter within the outer class, then the template will +have to be instantiated with %template before the beginning of the outer class. +An example can be found in the +Templates section.