summaryrefslogtreecommitdiff
path: root/Doc/Manual/Lua.html
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2010-03-06 19:35:25 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2010-03-06 19:35:25 +0000
commit9006dc90ce5c87b384e14929d155adecaa9b5a46 (patch)
tree3b36a1ac723463ff284ea0bcdde0bcce583bf3f3 /Doc/Manual/Lua.html
parentb6b99bb1486d9709378bd37333c4c930affe5ad3 (diff)
downloadswig-9006dc90ce5c87b384e14929d155adecaa9b5a46.tar.gz
Correctly mangle the html section names to prevent name clashes in the pdf document
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11921 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Doc/Manual/Lua.html')
-rw-r--r--Doc/Manual/Lua.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/Lua.html b/Doc/Manual/Lua.html
index b236ab9f7..382e03fb6 100644
--- a/Doc/Manual/Lua.html
+++ b/Doc/Manual/Lua.html
@@ -1105,7 +1105,7 @@ will require a pcall, followed by a set of if statements checking the type of th
<p>
All of this code assumes that your C++ code uses exception specification (which a lot doesn't).
If it doesn't consult the "<a href="SWIGPlus.html#SWIGPlus_catches">Exception handling with %catches</a>" section
-and the "<a href="Customization.html#exception">Exception handling with %exception</a>" section, for more details on how to
+and the "<a href="Customization.html#Customization_exception">Exception handling with %exception</a>" section, for more details on how to
add exception specification to functions or globally (respectively).
</p>