Author: engelsman
Date: 2009-04-01 09:24:51 -0700 (Wed, 01 Apr 2009)
New Revision: 6734
Log:
minor formatting tweaks to documentation/src/editor.dox



Modified:
   branches/branch-1.3/documentation/src/editor.dox

Modified: branches/branch-1.3/documentation/src/editor.dox
===================================================================
--- branches/branch-1.3/documentation/src/editor.dox    2009-04-01 14:10:58 UTC 
(rev 6733)
+++ branches/branch-1.3/documentation/src/editor.dox    2009-04-01 16:24:51 UTC 
(rev 6734)
@@ -124,7 +124,7 @@
 textbuf->call_modify_callbacks();
 \endcode
 
-Finally, we want to use a mono-spaced font like FL_COURIER:
+Finally, we want to use a mono-spaced font like \p FL_COURIER:
 
 \code
 w->editor->textfont(FL_COURIER);
@@ -217,7 +217,7 @@
 \subsection editor_find_cb find_cb()
 
 This callback function asks for a search string using the
-fl_input() convenience function and then calls the \c find2_cb()
+fl_input() convenience function and then calls the \p find2_cb()
 function to find the string:
 
 \code
@@ -595,7 +595,7 @@
 fltk-config --compile editor.cxx
 \endcode
 
-As noted in \ref basics "FLTK Basics", you may need to
+As noted in \ref basics_standard_compiler, you may need to
 include compiler and linker options to tell them where to find the FLTK
 library. Also, the \p CC command may also be called \p gcc
 or \p c++ on your system.
@@ -662,7 +662,7 @@
 style - each style in the style buffer is referenced using a
 character starting with the letter 'A'.
 
-You call the highlight_data() method to associate the
+You call the \p highlight_data() method to associate the
 style data and buffer with the text editor widget:
 
 \code

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to