diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-04-01 21:21:10 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-04-01 21:21:10 +0200 |
| commit | a1675f56b35f5521a91851bae8ca650706374ae6 (patch) | |
| tree | 73bf00503b27ac4e548ae66bf7789eff4eb8eede /Doxyfile | |
| parent | 9316f2063255bd4a0abd5c38d4c065969a8980bb (diff) | |
| download | libft-a1675f56b35f5521a91851bae8ca650706374ae6.tar.gz libft-a1675f56b35f5521a91851bae8ca650706374ae6.tar.bz2 libft-a1675f56b35f5521a91851bae8ca650706374ae6.zip | |
Added vector
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -275,7 +275,7 @@ TCL_SUBST = # members will be omitted, etc. # The default value is: NO. -OPTIMIZE_OUTPUT_FOR_C = NO +OPTIMIZE_OUTPUT_FOR_C = YES # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or # Python sources only. Doxygen will then generate output that is more tailored @@ -829,7 +829,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = src include +INPUT = tmp # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |
