Fix doc typos
This commit is contained in:
parent
2268d6ee96
commit
87a677b8b3
2 changed files with 3 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ Version 4.1.0 (in progress)
|
|||
[Python, Ruby] #1811 #1823 Fix invalid code generated in some cases when
|
||||
returning a pointer or reference to a director-enabled class instance.
|
||||
This previously only worked in very simple cases, now return types are
|
||||
resolved to fix. A bug in template instantations using pointers also
|
||||
resolved to fix. A bug in template instantiations using pointers also
|
||||
works now.
|
||||
|
||||
2022-10-06: wsfulton
|
||||
|
|
@ -42,6 +42,7 @@ Version 4.1.0 (in progress)
|
|||
2022-10-05: benjamin-sch
|
||||
[Python] added an interpreter counter to fix deinitialization
|
||||
issues if multiple subinterpreters are used
|
||||
|
||||
2022-10-05: olly, wsfulton
|
||||
#672 Add support for parsing C++11 final classes such as:
|
||||
|
||||
|
|
|
|||
|
|
@ -566,7 +566,7 @@ If the <tt>-no-old-metatable-bindings</tt> option is used, then these old-style
|
|||
</p>
|
||||
<p>
|
||||
It is worth mentioning, that <tt>example.Test.TEST1</tt> and <tt>example.Test_TEST1</tt> are different entities and changing one does not change the other.
|
||||
Given the fact that these are constantes and they are not supposed to be changed, it is up to you to avoid such issues.
|
||||
Given the fact that these are constants and they are not supposed to be changed, it is up to you to avoid such issues.
|
||||
</p>
|
||||
<H3><a name="Lua_nn12">29.3.5 Pointers</a></H3>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue