summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/classes-and-objects.html5
-rw-r--r--documentation/constructors-and-destructors.html1
2 files changed, 6 insertions, 0 deletions
diff --git a/documentation/classes-and-objects.html b/documentation/classes-and-objects.html
index a38a8a6..aab5468 100644
--- a/documentation/classes-and-objects.html
+++ b/documentation/classes-and-objects.html
@@ -308,4 +308,9 @@ extern "C" {
To register abstract methods, you can simply use an alternative form of the
Counter::method() method that does not take a pointer to a C++ method.
</p>
+<p>
+ There is much more to say about classes and objects, in the next section
+ we'll explain <a href="constructors-and-destructors">constructors and
+ destructors</a>.
+</p>
diff --git a/documentation/constructors-and-destructors.html b/documentation/constructors-and-destructors.html
new file mode 100644
index 0000000..60ac49d
--- /dev/null
+++ b/documentation/constructors-and-destructors.html
@@ -0,0 +1 @@
+<h1>Constructors and destructors</h1>