diff options
| author | 2020-06-18 19:46:51 +0200 | |
|---|---|---|
| committer | 2020-07-30 14:38:21 +0200 | |
| commit | 9938f35b860f0c813cd384e6764bea4ce180f11f (patch) | |
| tree | 93443e79dce825e5376c55a37f23167e3f966696 /doxygen.cfg.in | |
| parent | fd1ee449fb1072ba25b98acddc917aa545305a47 (diff) | |
| download | libimobiledevice-9938f35b860f0c813cd384e6764bea4ce180f11f.tar.gz libimobiledevice-9938f35b860f0c813cd384e6764bea4ce180f11f.tar.bz2 | |
docs: Unfold INPUT items into multiple lines
Diffstat (limited to 'doxygen.cfg.in')
| -rw-r--r-- | doxygen.cfg.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doxygen.cfg.in b/doxygen.cfg.in index b92f9d2..e734df5 100644 --- a/doxygen.cfg.in +++ b/doxygen.cfg.in | |||
| @@ -819,7 +819,9 @@ WARN_LOGFILE = | |||
| 819 | # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING | 819 | # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING |
| 820 | # Note: If this tag is empty the current directory is searched. | 820 | # Note: If this tag is empty the current directory is searched. |
| 821 | 821 | ||
| 822 | INPUT = include/@PACKAGE@ README.md | 822 | INPUT = \ |
| 823 | include/@PACKAGE@ \ | ||
| 824 | README.md | ||
| 823 | 825 | ||
| 824 | # This tag can be used to specify the character encoding of the source files | 826 | # This tag can be used to specify the character encoding of the source files |
| 825 | # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses | 827 | # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |
