diff options
author | Martin Szulecki | 2020-06-18 19:47:26 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-07-30 14:38:21 +0200 |
commit | d9048bed0da4e5e512e5efd81083d3d95ae22d0f (patch) | |
tree | d6540c7ad82384ef10fbddeafcedb4cf148dfd32 | |
parent | 9938f35b860f0c813cd384e6764bea4ce180f11f (diff) | |
download | libimobiledevice-d9048bed0da4e5e512e5efd81083d3d95ae22d0f.tar.gz libimobiledevice-d9048bed0da4e5e512e5efd81083d3d95ae22d0f.tar.bz2 |
docs: Hide source file section in documentation as it is not very useful
-rw-r--r-- | doxygen.cfg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen.cfg.in b/doxygen.cfg.in index e734df5..e68611e 100644 --- a/doxygen.cfg.in +++ b/doxygen.cfg.in @@ -694,7 +694,7 @@ MAX_INITIALIZER_LINES = 30 # list will mention the files that were used to generate the documentation. # The default value is: YES. -SHOW_USED_FILES = YES +SHOW_USED_FILES = NO # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This # will remove the Files entry from the Quick Index and from the Folder Tree View |