diff options
author | Werner Koch <[email protected]> | 2021-06-24 16:13:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-06-24 16:13:00 +0000 |
commit | 768b7892e37878a853949d502347c771d076ab1c (patch) | |
tree | 1c46caaa1f935f541586538469dd233c113fc006 | |
parent | python: Allow returning signatures made by unknown keys in `decrypt` (diff) | |
download | gpgme-768b7892e37878a853949d502347c771d076ab1c.tar.gz gpgme-768b7892e37878a853949d502347c771d076ab1c.zip |
python: Do not include the full file names in the docs.
--
GnuPG-bug-id: 5299
-rw-r--r-- | lang/qt/doc/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/doc/Doxyfile.in b/lang/qt/doc/Doxyfile.in index 8ccd11c4..ccccbc4a 100644 --- a/lang/qt/doc/Doxyfile.in +++ b/lang/qt/doc/Doxyfile.in @@ -140,7 +140,7 @@ INLINE_INHERITED_MEMB = NO # shortest path that makes the file name unique will be used # The default value is: YES. -FULL_PATH_NAMES = YES +FULL_PATH_NAMES = NO # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. # Stripping is only done if one of the specified strings matches the left-hand |