X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/54e280d8601f48d80bc2fc1d882b43a5f664c999..b2b31b87fbac61af6eb96f3f5fa960ee4479bb1d:/docs/doxygen/overviews/log.h diff --git a/docs/doxygen/overviews/log.h b/docs/doxygen/overviews/log.h index 7acc7e4a7e..9b611bf933 100644 --- a/docs/doxygen/overviews/log.h +++ b/docs/doxygen/overviews/log.h @@ -316,7 +316,7 @@ wxLogTrace( wxTRACE_OleCalls, "IFoo::Bar() called" ); will log the message if it was preceded by: @code -wxLog::AddTraceMask( wxTRACE_OleCalls); +wxLog::AddTraceMask( wxTRACE_OleCalls ); @endcode The standard trace masks are given in wxLogTrace() documentation.