From 8018b879a2a77a9408b7c848dc550c8f1ae5a15a Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Thu, 30 Aug 2012 14:23:28 +0000 Subject: Clean up doxygen warnings This patch fixes numerous doxygen warnings across Asterisk. It also updates the makefile to regenerate the doxygen configuration on the local system before running doxygen to help prevent warnings/errors on the local system. Much thanks to Andrew for tackling one of the Asterisk janitor projects! (issue ASTERISK-20259) Reported by: Andrew Latham Patches: doxygen_partial.diff uploaded by Andrew Latham (license 5985) make_progdocs.diff uploaded by Andrew Latham (license 5985) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@371989 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx/pbx_lua.c | 1 - 1 file changed, 1 deletion(-) (limited to 'pbx') diff --git a/pbx/pbx_lua.c b/pbx/pbx_lua.c index 1b9182794..f429a4a25 100644 --- a/pbx/pbx_lua.c +++ b/pbx/pbx_lua.c @@ -422,7 +422,6 @@ static void lua_update_registry(lua_State *L, const char *context, const char *e * The value on the top of the stack is popped and used as the name. * * \param L the lua_State to use - * \param name the name of the variable */ static void lua_push_variable_table(lua_State *L) { -- cgit v1.2.3