Просмотр исходного кода

libdpkg: Fix doxygen annotations

Guillem Jover лет назад: 10
Родитель
Сommit
6f71f80300
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      lib/dpkg/treewalk.c

+ 2 - 2
lib/dpkg/treewalk.c

@@ -358,7 +358,7 @@ treeroot_visit_node(struct treeroot *tree, struct treenode *node)
  *
  * @param rootdir The root directory to start walking the tree.
  * @param options The options specifying how to walk the tree.
- * @param funcs   The functions callbacks.
+ * @param func    The functions callbacks.
  */
 struct treeroot *
 treewalk_open(const char *rootdir, enum treewalk_options options,
@@ -513,7 +513,7 @@ treewalk_close(struct treeroot *tree)
  *
  * @param rootdir The root directory to start walking the tree.
  * @param options The options specifying how to walk the tree.
- * @param funcs   The function callbacks.
+ * @param func    The function callbacks.
  */
 int
 treewalk(const char *rootdir, enum treewalk_options options,