]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/debugging.h
Don't take the previous paragraph style when deleting paragraph marker
[wxWidgets.git] / docs / doxygen / overviews / debugging.h
index fbac7ff7c7cdb62a8b1b43048ffe479a496e7e8c..948b4a5be0390f934f1fb5ef29a6cd51b0d8376e 100644 (file)
@@ -10,8 +10,8 @@
 
  @page overview_debugging Debugging overview
 
- Classes, functions and macros: #wxDebugContext, #wxObject, #wxLog,
- @ref overview_logfunctions, @ref overview_debugmacros
+ Classes, functions and macros: wxDebugContext, wxObject, wxLog,
                               @ref overview_logfunctions, @ref overview_debugmacros
 
  Various classes, functions and macros are provided in wxWidgets to help you debug
  your application. Most of these are only available if you compile both wxWidgets,
@@ -23,7 +23,7 @@
 
  @section overview_debugging_dbgctx wxDebugContext
 
#wxDebugContext is a class that never gets instantiated, but ties together
+ wxDebugContext is a class that never gets instantiated, but ties together
  various static functions and variables. It allows you to dump all objects to that stream, 
  write statistics about object allocation, and check memory for errors.
 
@@ -97,7 +97,7 @@
 
  @section overview_debugging_dbgctx2 wxDebugContext overview
 
- Class: #wxDebugContext
+ Class: wxDebugContext
 
  wxDebugContext is a class for performing various debugging and memory tracing operations.