Fix various doxygen issues in the documentation

This commit is contained in:
Artur Wieczorek
2019-10-20 11:52:26 +02:00
parent 8d962b0121
commit 5925893eed
29 changed files with 58 additions and 37 deletions

View File

@@ -39,7 +39,7 @@
delete the native window when the wxNativeWindow itself is destroyed, you
need to explicitly call Disown(). Otherwise you need to perform the
necessary cleanup in your own code by calling the appropriate
platform-specific function: under MSW, this is @c ::DestroyWindow(), under
platform-specific function: under MSW, this is @c \::DestroyWindow(), under
GTK @c g_object_unref() and under Cocoa -- @c -release:.
See the "native" page of the widgets sample for the examples of using