mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-23 12:14:15 +08:00
Include documentation in tarball.
This commit is contained in:
parent
2b4e3144bb
commit
6c60e26c60
@ -71,7 +71,9 @@ the code!
|
||||
|
||||
The documentation of the API functions and necessary callbacks is
|
||||
mostly contained in the files `include/fuse.h` (for the high-level
|
||||
API) and `include/fuse_lowlevel.h` (for the low-level API).
|
||||
API) and `include/fuse_lowlevel.h` (for the low-level API). An
|
||||
autogenerated html version of the API is available in the `doc/html`
|
||||
directory and at http://libfuse.github.io/doxygen.
|
||||
|
||||
|
||||
Getting Help
|
||||
|
2
doc/.gitignore
vendored
Normal file
2
doc/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
doxygen_sqlite3.db
|
||||
html/
|
@ -2,4 +2,4 @@
|
||||
|
||||
dist_man_MANS = fusermount.1 mount.fuse.8 ulockmgr_server.1
|
||||
|
||||
EXTRA_DIST = how-fuse-works kernel.txt Doxyfile
|
||||
EXTRA_DIST = how-fuse-works kernel.txt Doxyfile html
|
||||
|
Loading…
Reference in New Issue
Block a user