Improve WXTRACE documentation
Link to wxLogTrace() documentation and don't speak about "debug build" any more.
This commit is contained in:
parent
726aedd5a4
commit
21daae3435
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue