Fix various documentation warnings throughout core and base.
See #15346. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
wxLogMessage("And calling it twice took $ldms in all", sw.Time());
|
||||
@endcode
|
||||
|
||||
Since wxWidgets 2.9.3 this class uses @c ::QueryPerformanceCounter()
|
||||
Since wxWidgets 2.9.3 this class uses @c QueryPerformanceCounter()
|
||||
function under MSW to measure the elapsed time. It provides higher
|
||||
precision than the usual timer functions but can suffer from bugs in its
|
||||
implementation in some Windows XP versions. If you encounter such problems,
|
||||
|
Reference in New Issue
Block a user