mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-22 06:05:36 +08:00
Improve WXTRACE documentation
Link to wxLogTrace() documentation and don't speak about "debug build" any more.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user