Go: Document memory management of C++ classes allocated in Go. Fixes #266.

This commit is contained in:
Ian Lance Taylor 2014-11-17 08:59:04 -08:00
commit 3fc574e7d6
2 changed files with 36 additions and 1 deletions

View file

@ -854,6 +854,7 @@
<li><a href="Go.html#Go_enumerations">Go Enumerations</a>
<li><a href="Go.html#Go_classes">Go Classes</a>
<ul>
<li><a href="Go.html#Go_class_memory">Go Class Memory Management</a>
<li><a href="Go.html#Go_class_inheritance">Go Class Inheritance</a>
</ul>
<li><a href="Go.html#Go_templates">Go Templates</a>