aboutsummaryrefslogtreecommitdiff
path: root/Doc/Manual/Contract.html
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2008-03-02 22:13:14 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2008-03-02 22:13:14 +0000
commitf74c2b9eded7c66411c65920cbefd07ba0d03d33 (patch)
tree3297f632fd0c45a6c50a7f020c9fd20864cd4aad /Doc/Manual/Contract.html
parent2ded60495f35bd8e8757c609be208f79d15a1153 (diff)
downloadswig-f74c2b9eded7c66411c65920cbefd07ba0d03d33.tar.gz
Add in Octave and R sections
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10292 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 de390fba4..0efb0b84a 100644
--- a/Doc/Manual/Contract.html
+++ b/Doc/Manual/Contract.html
@@ -6,7 +6,7 @@
</head>
<body bgcolor="#ffffff">
-<H1><a name="Contract"></a>12 Contracts</H1>
+<H1><a name="Contract"></a>4 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>12.1 The %contract directive</H2>
+<H2><a name="Contract_nn2"></a>4.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>12.2 %contract and classes</H2>
+<H2><a name="Contract_nn3"></a>4.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>12.3 Constant aggregation and %aggregate_check</H2>
+<H2><a name="Contract_nn4"></a>4.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>12.4 Notes</H2>
+<H2><a name="Contract_nn5"></a>4.4 Notes</H2>
<p>