Improve WXTRACE documentation

Link to wxLogTrace() documentation and don't speak about "debug build"
any more.
This commit is contained in:
Vadim Zeitlin 2023-05-28 22:18:28 +02:00
parent 726aedd5a4
commit 21daae3435

View file

@ -14,10 +14,10 @@ wxWidgets programs.
@beginDefList
@itemdef{WXTRACE,
(Debug build only.)
This variable can be set to a comma-separated list of trace masks used in
wxLogTrace calls; wxLog::AddTraceMask is called for every mask
in the list during wxWidgets initialization.}
in the list during wxWidgets initialization. It only has an effect if
debug logging is enabled, see wxLogTrace().}
@itemdef{WXPREFIX,
(Unix only.)
Overrides installation prefix. Normally, the prefix
@ -39,4 +39,4 @@ wxWidgets programs.
be safely ignored if the code works as expected.}
*/
@see wxSystemOptions
@see wxSystemOptions