From c571ce5427326d0a026cb53d1236d702d39fe88e Mon Sep 17 00:00:00 2001 From: ldv Date: Sat, 26 Apr 2008 21:57:32 +0000 Subject: - ldv: update INPUT tag in Doxyfile.in, fix doxygen warnings in popthelp.c. --- popthelp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'popthelp.c') diff --git a/popthelp.c b/popthelp.c index 39dd8b7..a83ad33 100644 --- a/popthelp.c +++ b/popthelp.c @@ -152,7 +152,7 @@ static inline size_t stringDisplayWidth(const char *s) } /** - * @param table option(s) + * @param opt option(s) */ /*@observer@*/ /*@null@*/ static const char * getTableTranslationDomain(/*@null@*/ const struct poptOption *opt) @@ -547,7 +547,7 @@ static size_t maxArgWidth(const struct poptOption * opt, * @param fp output file handle * @param items alias/exec array * @param nitems no. of alias/exec entries - * @param left largest argument display width + * @param columns output display width control * @param translation_domain translation domain */ static void itemHelp(FILE * fp, -- cgit v1.2.1