From 21daae343504302541fa4e9332ece5e23d7a22cb Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 28 May 2023 22:18:28 +0200 Subject: [PATCH] Improve WXTRACE documentation Link to wxLogTrace() documentation and don't speak about "debug build" any more. --- docs/doxygen/overviews/envvars.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/doxygen/overviews/envvars.h b/docs/doxygen/overviews/envvars.h index ae0190c7af..b03483f76b 100644 --- a/docs/doxygen/overviews/envvars.h +++ b/docs/doxygen/overviews/envvars.h @@ -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 \ No newline at end of file +@see wxSystemOptions