diff options
author | Jeremy Henty <onepoint@starurchin.org> | 2009-05-27 14:40:22 +0000 |
---|---|---|
committer | Jeremy Henty <onepoint@starurchin.org> | 2009-05-27 14:40:22 +0000 |
commit | 661bf6a76614bbd98ca3b718eddce81e3e88d6bf (patch) | |
tree | cc68adaf1e22148d9baa42c1bf4ab910a1988beb /doc/dw-usage.doc | |
parent | 50c8c40373e1bdf5c9676208ba16e214828f6365 (diff) |
[doc]: escape some hash in the text
Diffstat (limited to 'doc/dw-usage.doc')
-rw-r--r-- | doc/dw-usage.doc | 2 |
1 files changed, 1 insertions, 1 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> |