Author: manolo
Date: 2011-02-01 07:41:04 -0800 (Tue, 01 Feb 2011)
New Revision: 8354
Log:
Some Doxygen doc cleaning.
Modified:
branches/branch-1.3/src/Fl_Check_Browser.cxx
Modified: branches/branch-1.3/src/Fl_Check_Browser.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Check_Browser.cxx 2011-02-01 15:05:41 UTC
(rev 8353)
+++ branches/branch-1.3/src/Fl_Check_Browser.cxx 2011-02-01 15:41:04 UTC
(rev 8354)
@@ -166,15 +166,18 @@
return i->selected;
}
/**
- Add a new unchecked line to the end of the browser. The text is copied
- using the strdup() function. It may also be NULL to make
- a blank line. The second form can set the item checked.
+ Add a new unchecked line to the end of the browser.
+ \see add(char *s, int b)
*/
int Fl_Check_Browser::add(char *s) {
return (add(s, 0));
}
-/** See int Fl_Check_Browser::add(char *s) */
+/**
+ Add a new line to the end of the browser. The text is copied
+ using the strdup() function. It may also be NULL to make
+ a blank line. It can set the item checked if \p b is not 0.
+ */
int Fl_Check_Browser::add(char *s, int b) {
cb_item *p = (cb_item *)malloc(sizeof(cb_item));
p->next = 0;
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit