From 41756d25bfb19475b0656ca778911f0782946e54 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 1 May 2009 14:01:35 -0400 Subject: Fixed Doxygen doc; src/lua_interface.c --- src/lua_interface.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lua_interface.c b/src/lua_interface.c index 180ad60d..3fb71026 100644 --- a/src/lua_interface.c +++ b/src/lua_interface.c @@ -498,7 +498,6 @@ static void clear_table(lua_State *lua, int abs_index) { /** * Returns whether or not the value of the key of the given table in the global * 'textadept' table is a function. - * @param lua The Lua State. * @param table The table in 'textadept' to check for key in. * @param key String key to check for in table. */ @@ -658,7 +657,6 @@ static void l_check_focused_buffer(lua_State *lua, int narg) { /** * Handles a Lua error. * The main error message is at the top of the Lua stack. - * @param lua The Lua State. * @param extramsg An additional error message to display. */ void l_handle_error(const char *extramsg) { -- cgit v1.2.3