summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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