diff options
| author | engelsman <engelsman> | 2009-04-01 22:11:57 +0000 |
|---|---|---|
| committer | engelsman <engelsman> | 2009-04-01 22:11:57 +0000 |
| commit | 8bb63644d21c4efacdea2c926b252d8aecdfded3 (patch) | |
| tree | bfae9ffc230f55d625c9f719990227bbd33b6b19 /src/fl_draw.cxx | |
| parent | c34d7585ee5a7fdc0569ab6c3fa16aaffd84561d (diff) | |
converted more html tags to doxygen commands in drawing.dox
most of the function names used as indented paragraph titles
are now recognised properly and are shown as links. However,
I was forced to "downgrade" many function() references in the
text so that the unwary user isn't unexpectedly teleported off
the tutorial pages. It reduces the link spaghetti a lot,
tweaked Enumerations.H and fl_draw.cxx to get doxygen to recognise
more function names used in drawing.dox. only fl_scroll(...)
and the offscreen drawing functions still needed for drawing.dox
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6735 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_draw.cxx')
| -rw-r--r-- | src/fl_draw.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fl_draw.cxx b/src/fl_draw.cxx index b8cb64994..061b50e77 100644 --- a/src/fl_draw.cxx +++ b/src/fl_draw.cxx @@ -342,8 +342,8 @@ void fl_draw( The text length is limited to 1024 characters per line. */ void fl_draw( - const char* str, // the (multi-line) string - int x, int y, int w, int h, // bounding box + const char* str, + int x, int y, int w, int h, Fl_Align align, Fl_Image* img, int draw_symbols) { |
