From: Peter Johnson Date: Tue, 24 Jan 2006 07:10:04 +0000 (-0000) Subject: * symrec.h (yasm_symtab_get): Fix doxygen documentation. X-Git-Tag: v0.5.0rc1~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58d57cc5a99140fd5e4723aced751a429c96fcbc;p=yasm * symrec.h (yasm_symtab_get): Fix doxygen documentation. svn path=/trunk/yasm/; revision=1344 --- diff --git a/libyasm/symrec.h b/libyasm/symrec.h index ae38fb05..86f555df 100644 --- a/libyasm/symrec.h +++ b/libyasm/symrec.h @@ -59,7 +59,6 @@ void yasm_symtab_destroy(/*@only@*/ yasm_symtab *symtab); * normal user symbol usage. * \param symtab symbol table * \param name symbol name - * \param line virtual line where referenced * \return Symbol (dependent pointer, do not free). May be NULL if symbol * doesn't exist. */