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