summaryrefslogtreecommitdiff
path: root/documentation/classes-and-objects.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-06 11:45:11 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-06 11:45:11 +0100
commitf226fa0472d1fd169635d9619f6c1ac137620c19 (patch)
treea9626ebce236ebd0b4d028c43237513328317c58 /documentation/classes-and-objects.html
parent2c8b750521ca88570c80531c6eeced8ee0ce117b (diff)
changes to documentation
Diffstat (limited to 'documentation/classes-and-objects.html')
-rw-r--r--documentation/classes-and-objects.html5
1 files changed, 5 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>