aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-04-01 21:21:10 +0200
committerCharles <sircharlesaze@gmail.com>2020-04-01 21:21:10 +0200
commita1675f56b35f5521a91851bae8ca650706374ae6 (patch)
tree73bf00503b27ac4e548ae66bf7789eff4eb8eede /Doxyfile
parent9316f2063255bd4a0abd5c38d4c065969a8980bb (diff)
downloadlibft-a1675f56b35f5521a91851bae8ca650706374ae6.tar.gz
libft-a1675f56b35f5521a91851bae8ca650706374ae6.tar.bz2
libft-a1675f56b35f5521a91851bae8ca650706374ae6.zip
Added vector
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index 7b90753..64cc49b 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -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