avoid Doxygen warnings

This commit is contained in:
boercher
2005-10-25 22:38:19 +00:00
parent 1bec72f1ef
commit 7674db0eb5
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ MenuItem *menuitem_create_checkbox (char *id, MenuEventFunc(*event_func),
/** Creates a ring with the given string, separated by tabs.
* value is the (initial) index in the strings.
* eg: if strings="abc\tdef" the value=1 means that "def" is selected.
* eg: if strings="abc\\tdef" the value=1 means that "def" is selected.
* Generated events: MENUEVENT_UPDATE when user changes value (immediately).
*/
MenuItem *menuitem_create_ring (char *id, MenuEventFunc(*event_func),