summaryrefslogtreecommitdiff
path: root/documentation/your-first-extension.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-13 10:50:56 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-13 10:50:56 +0100
commitd724e346b28df9907a2ec115d20416944ea10d8a (patch)
treed9ff51e81c8ca5c77e53865a190eac999cc94556 /documentation/your-first-extension.html
parent3bb0e31416994b0a36b784c8278b1c5f33999b1d (diff)
added id to all h2 tags to make it possible to link to specific sections, update documentation about serializable, fixed compile error for serialize implementation
Diffstat (limited to 'documentation/your-first-extension.html')
-rw-r--r--documentation/your-first-extension.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/your-first-extension.html b/documentation/your-first-extension.html
index 9663409..2e5914e 100644
--- a/documentation/your-first-extension.html
+++ b/documentation/your-first-extension.html
@@ -18,7 +18,7 @@
<li><a href="http://www.php-cpp.com/EmptyExtension.tar.gz">EmptyExtension.tar.gz</a></li>
</ul>
</p>
-<h2>Makefile</h2>
+<h2 id="makefile">Makefile</h2>
<p>
The EmptyExtension file contains a Makefile with instructions for the compiler.
You will have to make some (small) changes to this Makefile to make it compatible