diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2017-09-17 09:35:43 +0100 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-09-17 09:35:43 +0100 |
commit | 109ab4fa5307dbbb28a787b88d0ec4a125dd00e7 (patch) | |
tree | b4ac7b217100043177a22300cbb24cde56759768 /doc/Doxyfile | |
parent | cfdca8c6a0f901f409d0a66dd158bd6c8b470bb6 (diff) | |
download | libfuse-109ab4fa5307dbbb28a787b88d0ec4a125dd00e7.tar.gz |
Added some documentation of fuse internals.
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r-- | doc/Doxyfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index 654c8af..811e68b 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -795,6 +795,8 @@ DOCSET_BUNDLE_ID = org.doxygen.Project HTML_DYNAMIC_SECTIONS = YES +HTML_EXTRA_FILES = doc/fast17-vangoor.pdf + # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can # be used to specify the file name of the resulting .chm file. You # can add a path in front of the file if the result should not be |