diff options
author | Joachim Schiele <js@lastlog.de> | 2013-06-20 19:18:18 +0200 |
---|---|---|
committer | Joachim Schiele <js@lastlog.de> | 2013-06-20 19:18:18 +0200 |
commit | ea7227db439cc0e02a7ed69feae75fac6dfcc637 (patch) | |
tree | 7203bac45bf5594ed77fea2fbf037e92daacf539 /example/fioc.h | |
parent | 18c59ab4893cf3c64762556aa0af2cac638655df (diff) | |
download | libfuse-ea7227db439cc0e02a7ed69feae75fac6dfcc637.tar.gz |
- added a doxygen main page
- modified all examples to be included in doxygen
- modified the API documentation to have more details
- added the 490px_FUSE_structure.svg.png (c) wikipedia
Diffstat (limited to 'example/fioc.h')
-rwxr-xr-x[-rw-r--r--] | example/fioc.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/example/fioc.h b/example/fioc.h index ec1a39d..c9bf358 100644..100755 --- a/example/fioc.h +++ b/example/fioc.h @@ -7,6 +7,15 @@ See the file COPYING. */ +/** @file + * @tableofcontents + * + * fioc.h - FUSE-ioctl: ioctl support for FUSE + * + * \include fioc.h + */ + + #include <sys/types.h> #include <sys/uio.h> #include <sys/ioctl.h> |