X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c4f71cc3d63fb7bdfbd6cec3e39c8a8679f3e60..3dac8f8a995ca4faea65932f2657acca0c33ce37:/interface/timer.h diff --git a/interface/timer.h b/interface/timer.h index 97ba7e4e85..49de74c8ef 100644 --- a/interface/timer.h +++ b/interface/timer.h @@ -32,7 +32,7 @@ after constructing it before it actually starts sending notifications. It can be stopped later with wxTimer::Stop. - @b Note: A timer can only be used from the main thread. + @note A timer can only be used from the main thread. @library{wxbase} @category{misc}