From d55dfeb5e954d650287320c5e2fe90befe6e2d60 Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Mon, 15 Sep 2008 17:46:42 +0000 Subject: Doxygen documentation. Fixed somes typos and also H4 remanent misplaced tags and comments. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6258 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/forms_compatability.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/forms_compatability.cxx') diff --git a/src/forms_compatability.cxx b/src/forms_compatability.cxx index 0fe44bacd..e8cba24da 100644 --- a/src/forms_compatability.cxx +++ b/src/forms_compatability.cxx @@ -25,7 +25,7 @@ // http://www.fltk.org/str.php // -// Forms library compatability functions. +// Forms library compatibility functions. // Many more functions are defined as inlines in forms.h! #include @@ -140,7 +140,7 @@ void fl_set_graphics_mode(int /*r*/,int /*d*/) {} void Fl_FormsText::draw() { draw_box(); - align(align()|FL_ALIGN_INSIDE); // questionable method of compatability + align(align()|FL_ALIGN_INSIDE); // questionable method of compatibility draw_label(); } -- cgit v1.2.3