Author: matt
Date: 2007-05-18 14:57:40 -0400 (Fri, 18 May 2007)
New Revision: 5843
Log:
Documentation fix (STR #1686)

Modified:
   branches/branch-1.1/documentation/Fl_File_Chooser.html
   branches/branch-1.1/documentation/Fl_Help_Dialog.html
   branches/branch-1.1/documentation/drawing.html

Modified: branches/branch-1.1/documentation/Fl_File_Chooser.html
===================================================================
--- branches/branch-1.1/documentation/Fl_File_Chooser.html      2007-05-18 
18:52:53 UTC (rev 5842)
+++ branches/branch-1.1/documentation/Fl_File_Chooser.html      2007-05-18 
18:57:40 UTC (rev 5843)
@@ -201,7 +201,7 @@
 
 <P>Sets or gets the current filename filter patterns. The filter
 patterns use <A
-href="#fl_filename_match"><tt>fl_filename_match()</tt></A>.
+href="functions.html#fl_filename_match"><tt>fl_filename_match()</tt></A>.
 Multiple patterns can be used by separating them with tabs, like
 "*.jpg\t*.png\t*.gif\t*". In addition, you can provide
 human-readable labels with the patterns inside parenthesis, like

Modified: branches/branch-1.1/documentation/Fl_Help_Dialog.html
===================================================================
--- branches/branch-1.1/documentation/Fl_Help_Dialog.html       2007-05-18 
18:52:53 UTC (rev 5842)
+++ branches/branch-1.1/documentation/Fl_Help_Dialog.html       2007-05-18 
18:57:40 UTC (rev 5843)
@@ -86,7 +86,7 @@
 
 <P>Shows the <code>Fl_Help_Dialog</code> window.
 
-<H4><A NAME="Fl_Help_Dialog.topline">void textsize(uchar s)<BR>
+<H4><A NAME="Fl_Help_Dialog.textsize">void textsize(uchar s)<BR>
 uchar textsize()</A></H4>
 
 <P>Sets or gets the default text size for the help view.

Modified: branches/branch-1.1/documentation/drawing.html
===================================================================
--- branches/branch-1.1/documentation/drawing.html      2007-05-18 18:52:53 UTC 
(rev 5842)
+++ branches/branch-1.1/documentation/drawing.html      2007-05-18 18:57:40 UTC 
(rev 5843)
@@ -455,7 +455,7 @@
 
 <P>Start and end drawing a closed sequence of lines.
 
-<H4><A NAME=  fl_begin_polygon>void fl_begin_polygon()
+<H4><A NAME=fl_begin_polygon>void fl_begin_polygon()
 <BR>void fl_end_polygon()</A></H4>
 
 <P>Start and end drawing a convex filled polygon.

_______________________________________________
fltk-commit mailing list
fltk-commit@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to