From e48c2ce35e9460e86e889251c868f4caaed6895b Mon Sep 17 00:00:00 2001 From: Artem Serebriyskiy Date: Sun, 2 Mar 2014 19:33:25 +0400 Subject: [PATCH] Backward compatibility -> Compatibility Note --- Doc/Manual/Lua.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/Manual/Lua.html b/Doc/Manual/Lua.html index e7b9d5c35..655ee2204 100644 --- a/Doc/Manual/Lua.html +++ b/Doc/Manual/Lua.html @@ -1378,7 +1378,7 @@ Now, from Lua usage is as follows: 0 > -

Backward compatibility

+

Compatibility Note

If SWIG is running in backward compatible way, i.e. without -no-old-metatable-bindings option, then additional old-style names are generated(notice the underscore):

@@ -1390,7 +1390,7 @@ If SWIG is running in backward compatible way, i.e. without -no-old-metatabl 11 > -

Backward compatibility

+

Compatibility Note

Names

If SWIG is launched without -no-old-metatable-bindings option, then it enters backward-compatible mode. While in this mode, it tries to generate additional names for static functions, class static constants and class enums.