]> git.saurik.com Git - wxWidgets.git/commitdiff
don't document wxBitmap::SetOk(), it's an implementation detail
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 9 Nov 2001 10:18:41 +0000 (10:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 9 Nov 2001 10:18:41 +0000 (10:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/bitmap.tex

index 6428ab392cfa003f258c192395abd41a36c1dd95..7991e3c4cd28978ef978043c3c6f69745fab7fd5 100644 (file)
@@ -528,15 +528,16 @@ The bitmap object owns the mask once this has been called.
 
 \helpref{wxBitmap::GetMask}{wxbitmapgetmask}, \helpref{wxMask}{wxmask}
 
-\membersection{wxBitmap::SetOk}
-
-\func{void}{SetOk}{\param{int }{isOk}}
-
-Sets the validity member (does not affect the bitmap data).
-
-\wxheading{Parameters}
-
-\docparam{isOk}{Validity flag.}
+%% VZ: this function is an implementation detail and shouldn't be documented
+%%\membersection{wxBitmap::SetOk}
+%%
+%%\func{void}{SetOk}{\param{int }{isOk}}
+%%
+%%Sets the validity member (does not affect the bitmap data).
+%%
+%%\wxheading{Parameters}
+%%
+%%\docparam{isOk}{Validity flag.}
 
 \membersection{wxBitmap::SetPalette}\label{wxbitmapsetpalette}