summaryrefslogtreecommitdiff
path: root/popthelp.c
diff options
context:
space:
mode:
authorldv <ldv>2008-04-26 21:57:32 +0000
committerldv <ldv>2008-04-26 21:57:32 +0000
commitc571ce5427326d0a026cb53d1236d702d39fe88e (patch)
treecdc035de98c764f3e4e965e9679a93359221a0c8 /popthelp.c
parentbbb7d2327067e7097121862c4e5a6c89666a36a9 (diff)
downloadlibpopt-c571ce5427326d0a026cb53d1236d702d39fe88e.tar.gz
- ldv: update INPUT tag in Doxyfile.in, fix doxygen warnings in popthelp.c.
Diffstat (limited to 'popthelp.c')
-rw-r--r--popthelp.c4
1 files changed, 2 insertions, 2 deletions
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,