]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/debugcxt.tex
added HTML printing
[wxWidgets.git] / docs / latex / wx / debugcxt.tex
index e157d32eabc91e55dc0194ae9925d89ff0b5a39a..1d85ed5db0db518ffcee3fb0be4eb255b4bef101 100644 (file)
@@ -5,12 +5,16 @@ operations. Full functionality (such as printing out objects
 currently allocated) is only present in a debugging build of wxWindows,
 i.e. if the DEBUG symbol is defined and non-zero. wxDebugContext
 and related functions and macros can be compiled out by setting
-USE\_DEBUG\_CONTEXT to 0 is wx\_setup.h
+wxUSE\_DEBUG\_CONTEXT to 0 is setup.h
 
 \wxheading{Derived from}
 
 No parent class.
 
+\wxheading{Include files}
+
+<wx/memory.h>
+
 \wxheading{See also}
 
 \overview{Overview}{wxdebugcontextoverview}
@@ -251,6 +255,10 @@ This is soon to be obsolete, replaced by \helpref{wxLog}{wxlog} functionality.
 
 streambuf
 
+\wxheading{Include files}
+
+<wx/memory.h>
+
 \wxheading{Example}
 
 \begin{verbatim}