From 265adcae79d495bf3acaf630a4a487c2e025af6b Mon Sep 17 00:00:00 2001
From: William S Fulton
Date: Fri, 14 Aug 2009 22:13:21 +0000
Subject: [PATCH] Fill in missing bit about the begin section
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11574 626c5289-ae23-0410-ae9c-e8d60b6d4f22
---
Doc/Manual/SWIG.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Doc/Manual/SWIG.html b/Doc/Manual/SWIG.html
index 31964bbe1..8705fa182 100644
--- a/Doc/Manual/SWIG.html
+++ b/Doc/Manual/SWIG.html
@@ -2716,6 +2716,10 @@ initialization code (in that order).
+- Begin section.
+A placeholder to put code at the beginning of the C/C++ wrapper file.
+
+
- Runtime code.
This code is internal to SWIG and is used to include
type-checking and other support functions that are used by the rest of the module.