Преглед на файлове

libdpkg: Fix doxygen annotations

Guillem Jover преди 10 години
родител
ревизия
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,