summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Henty <onepoint@starurchin.org>2009-05-27 14:40:22 +0000
committerJeremy Henty <onepoint@starurchin.org>2009-05-27 14:40:22 +0000
commit661bf6a76614bbd98ca3b718eddce81e3e88d6bf (patch)
treecc68adaf1e22148d9baa42c1bf4ab910a1988beb
parent50c8c40373e1bdf5c9676208ba16e214828f6365 (diff)
[doc]: escape some hash in the text
-rw-r--r--doc/dw-usage.doc2
-rw-r--r--doc/fltk-problems.doc4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/dw-usage.doc b/doc/dw-usage.doc
index d0aa8d36..a2e89d8e 100644
--- a/doc/dw-usage.doc
+++ b/doc/dw-usage.doc
@@ -20,7 +20,7 @@ As described in \ref dw-overview, the following objects are needed:
<li> some widgets (for this example, only a simple dw::Textblock).
</ul>
-First of all, the necessary #include's:
+First of all, the necessary \#include's:
\code
#include <fltk/Window.h>
diff --git a/doc/fltk-problems.doc b/doc/fltk-problems.doc
index 3e8c401f..453d8178 100644
--- a/doc/fltk-problems.doc
+++ b/doc/fltk-problems.doc
@@ -106,7 +106,7 @@ The following changes should be applied manually.
<h3>Changes in fltkcomplexbutton.hh</h3>
-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 @@ namespace conflict:
<h3>Changes in fltkcomplexbutton.cc</h3>
-First, #include's:
+First, \#include's:
\code