diff options
117 files changed, 2 insertions, 11608 deletions
diff --git a/.libftignore b/.libftignore deleted file mode 100644 index 68d827a..0000000 --- a/.libftignore +++ /dev/null @@ -1 +0,0 @@ -*ft_printf* diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 71027dd..0000000 --- a/.travis.yml +++ /dev/null @@ -1,4 +0,0 @@ -language: c -compiler: gcc - -script: make all && make -C ./test run_v diff --git a/Doxyfile b/Doxyfile deleted file mode 100644 index 64cc49b..0000000 --- a/Doxyfile +++ /dev/null @@ -1,2503 +0,0 @@ -# Doxyfile 1.8.17 - -# This file describes the settings to be used by the documentation system -# doxygen (www.doxygen.org) for a project. -# -# All text after a double hash (##) is considered a comment and is placed in -# front of the TAG it is preceding. -# -# All text after a single hash (#) is considered a comment and will be ignored. -# The format is: -# TAG = value [value, ...] -# For lists, items can also be appended using: -# TAG += value [value, ...] -# Values that contain spaces should be placed between quotes (\" \"). - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- - -# This tag specifies the encoding used for all characters in the configuration -# file that follow. The default is UTF-8 which is also the encoding used for all -# text before the first occurrence of this tag. Doxygen uses libiconv (or the -# iconv built into libc) for the transcoding. See -# https://www.gnu.org/software/libiconv/ for the list of possible encodings. -# The default value is: UTF-8. - -DOXYFILE_ENCODING = UTF-8 - -# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by -# double-quotes, unless you are using Doxywizard) that should identify the -# project for which the documentation is generated. This name is used in the -# title of most generated pages and in a few other places. -# The default value is: My Project. - -PROJECT_NAME = "libft" - -# The PROJECT_NUMBER tag can be used to enter a project or revision number. This -# could be handy for archiving the generated documentation or if some version -# control system is used. - -PROJECT_ |
