aboutsummaryrefslogtreecommitdiff
path: root/Doc/Manual/Contract.html
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2008-03-02 22:41:58 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2008-03-02 22:41:58 +0000
commitc99fe90574e5331d3e9e4dbd97d8ad2ffe157768 (patch)
tree43392838c3726ce975963df4784a06ca0bbe8da0 /Doc/Manual/Contract.html
parent9d4fe6576d298f3e04714e9e34d37c1a5ac02654 (diff)
downloadswig-c99fe90574e5331d3e9e4dbd97d8ad2ffe157768.tar.gz
Put the chapters back in order after erroneously incorrectly reordering them in last checkin
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10294 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Doc/Manual/Contract.html')
-rw-r--r--Doc/Manual/Contract.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/Manual/Contract.html b/Doc/Manual/Contract.html
index 0efb0b84a..de390fba4 100644
--- a/Doc/Manual/Contract.html
+++ b/Doc/Manual/Contract.html
@@ -6,7 +6,7 @@
</head>
<body bgcolor="#ffffff">
-<H1><a name="Contract"></a>4 Contracts</H1>
+<H1><a name="Contract"></a>12 Contracts</H1>
<!-- INDEX -->
<div class="sectiontoc">
<ul>
@@ -38,7 +38,7 @@ When one of the rules is violated by a script, a runtime exception is
generated rather than having the program continue to execute.
</p>
-<H2><a name="Contract_nn2"></a>4.1 The %contract directive</H2>
+<H2><a name="Contract_nn2"></a>12.1 The %contract directive</H2>
<p>
@@ -94,7 +94,7 @@ RuntimeError: Contract violation: require: (arg1&gt;=0)
</pre>
</div>
-<H2><a name="Contract_nn3"></a>4.2 %contract and classes</H2>
+<H2><a name="Contract_nn3"></a>12.2 %contract and classes</H2>
<p>
@@ -173,7 +173,7 @@ specified for the derived class all must hold. In the above example,
this means that both the arguments to <tt>Spam::bar</tt> must be positive.
</p>
-<H2><a name="Contract_nn4"></a>4.3 Constant aggregation and %aggregate_check</H2>
+<H2><a name="Contract_nn4"></a>12.3 Constant aggregation and %aggregate_check</H2>
<p>
@@ -262,7 +262,7 @@ Regrettably, there is no automatic way to perform similar checks with enums valu
release.
</p>
-<H2><a name="Contract_nn5"></a>4.4 Notes</H2>
+<H2><a name="Contract_nn5"></a>12.4 Notes</H2>
<p>