[Go] Renamed 'FooBarAbs' to 'FooBarAbstract' in the documentation and examples.
This commit is contained in:
parent
85037c3a33
commit
608ef60ecf
5 changed files with 144 additions and 140 deletions
|
|
@ -18,7 +18,7 @@ Classes</a> documentation subsection for an explanation of this example.
|
|||
<p>
|
||||
<ul>
|
||||
<li><a href="director.go">director.go</a>. Go source with the definition of the FooBarGo class.
|
||||
<li><a href="director.h">director.h</a>. Header with the definition of the FooBarAbs and FooBarCpp classes.
|
||||
<li><a href="director.h">director.h</a>. Header with the definition of the FooBarAbstract and FooBarCpp classes.
|
||||
<li><a href="example.i">example.i</a>. SWIG interface file.
|
||||
<li><a href="runme.go">runme.go</a>. Sample Go program.
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue