aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2009-05-01 14:01:35 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2009-05-01 14:01:35 -0400
commit41756d25bfb19475b0656ca778911f0782946e54 (patch)
tree8c1fea52c97be839a80418e5198bc13174d25f76 /src
parente6cac1c716ce3cadab1a7ed45ec2dbb963270acb (diff)
Fixed Doxygen doc; src/lua_interface.c
Diffstat (limited to 'src')
-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 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) {