diff options
author | Matthias Goergens <matthias.goergens@gmail.com> | 2023-04-11 11:43:06 +0800 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2023-04-11 12:21:37 +0100 |
commit | 04215e9a9018910a21702c8fb4cc51d95f2f5eef (patch) | |
tree | bf1a858aa366006b4e79767aa1e11e10edd1b941 /lib | |
parent | c261271aa9eacdc68118aa7237bcbfe17c0a8d63 (diff) | |
download | fuse-04215e9a9018910a21702c8fb4cc51d95f2f5eef.tar.gz |
Fix doxygen warning about parameter name
Before:
```
$ doxygen doc/Doxyfile
/Users/matthias/prog/fuser/libfuse/include/fuse.h:934: warning: argument 'private_data' of command @param is not found in the argument list of fuse_new_31(struct fuse_args *args, const struct fuse_operations *op, size_t op_size, void *user_data)
/Users/matthias/prog/fuser/libfuse/include/fuse.h:934: warning: The following parameter of fuse_new_31(struct fuse_args *args, const struct fuse_operations *op, size_t op_size, void *user_data) is not documented:
parameter 'user_data'
```
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions