summaryrefslogtreecommitdiff
path: root/documentation/src/drawing.dox
diff options
context:
space:
mode:
authorengelsman <engelsman>2009-03-30 20:41:22 +0000
committerengelsman <engelsman>2009-03-30 20:41:22 +0000
commit12318a5d25acd3e62cbc58bddae178a677b15671 (patch)
treecd3ffe4f30fcc23d203590bda252db1bcea86a3f /documentation/src/drawing.dox
parent165eed565c0b08d008e996093541ee28115d1f1f (diff)
started changing html href calls to doxygen \ref commands
in basics.dox, common.dox and drawing.dox, and other cleaning up git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6729 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/drawing.dox')
-rw-r--r--documentation/src/drawing.dox1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox
index 37cdbfee9..72957ac25 100644
--- a/documentation/src/drawing.dox
+++ b/documentation/src/drawing.dox
@@ -60,6 +60,7 @@ The first box drawing function is fl_draw_box()
which draws a standard boxtype \p b in the specified color \p c .
<A NAME="fl_frame"></A> <!-- For old HTML links only ! -->
+\anchor drawing_fl_frame
void fl_frame(const char *s, int x, int y, int w, int h)
\par