html fixes

This commit is contained in:
William S Fulton 2015-12-17 13:57:17 +00:00
commit e069365775

View file

@ -607,7 +607,7 @@ This is complicated by the fact that C++ and Go define inheritance differently.
SWIG normally represents the C++ class inheritance automatically in Go via
interfaces but with a Go type representing a subclass of a C++ class some manual
work is necessary.
<p>
</p>
<p>
This subchapter gives a step by step guide how to properly sublass a C++ class