aboutsummaryrefslogtreecommitdiff
path: root/src/lua_interface.c
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2008-12-30 21:28:25 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2008-12-30 21:28:25 -0500
commit362d7af9e26ccc34fd30bcb7bd5b4e0c39dbf5c1 (patch)
treea33b53b0df1de12a0e90b748ddc77e7e800ee42d /src/lua_interface.c
parent72c849d68104e81941fd66a765af3876db3f4be7 (diff)
downloadtextadept-362d7af9e26ccc34fd30bcb7bd5b4e0c39dbf5c1.tar.gz
textadept-362d7af9e26ccc34fd30bcb7bd5b4e0c39dbf5c1.zip
Updated Doxygen doc for src/lua_interface.c
Diffstat (limited to 'src/lua_interface.c')
-rw-r--r--src/lua_interface.c2
1 files changed, 0 insertions, 2 deletions
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;