From 362d7af9e26ccc34fd30bcb7bd5b4e0c39dbf5c1 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 30 Dec 2008 21:28:25 -0500 Subject: Updated Doxygen doc for src/lua_interface.c --- src/lua_interface.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/lua_interface.c b/src/lua_interface.c index 179d963c..8912f271 100644 --- a/src/lua_interface.c +++ b/src/lua_interface.c @@ -911,7 +911,6 @@ void l_pm_perform_menu_action(const char *menu_item) { /** * Finds text in the current document. * @param ftext The text to find. - * @param flags Integer flags for the find. * @param next Flag indicating whether or not to find next. If false, finds * previous matches. */ @@ -936,7 +935,6 @@ void l_find_replace(const char *rtext) { * Replaces all found text in the current document. * @param ftext The text to find. * @param rtext The text to replace the found text with. - * @param flags Integer flags for the find. */ void l_find_replace_all(const char *ftext, const char *rtext) { if (!l_is_ta_table_function("find", "replace_all")) return; -- cgit v1.2.3