# HG changeset patch # User Jeremy Henty # Date 1243435222 0 # Node ID 3972e816419bac59536bf82adc8a75a048ec3913 # Parent d79bbfd60a5b7a3a5aa48da07d1caa872ae3af95 [doc]: escape some hash in the text diff -r d79bbfd60a5b -r 3972e816419b doc/dw-usage.doc --- a/doc/dw-usage.doc Tue May 26 20:31:04 2009 -0400 +++ b/doc/dw-usage.doc Wed May 27 14:40:22 2009 +0000 @@ -20,7 +20,7 @@
  • some widgets (for this example, only a simple dw::Textblock). -First of all, the necessary #include's: +First of all, the necessary \#include's: \code #include diff -r d79bbfd60a5b -r 3972e816419b doc/fltk-problems.doc --- a/doc/fltk-problems.doc Tue May 26 20:31:04 2009 -0400 +++ b/doc/fltk-problems.doc Wed May 27 14:40:22 2009 +0000 @@ -106,7 +106,7 @@

    Changes in fltkcomplexbutton.hh

    -First of all, the #define's for avoiding multiple includes: +First of all, the \#define's for avoiding multiple includes: \code -#ifndef fltk_ComplexButton_h // fltk_Button_h formerly @@ -167,7 +167,7 @@

    Changes in fltkcomplexbutton.cc

    -First, #include's: +First, \#include's: \code