diff --git a/.gitignore b/.gitignore index f23a496..da0e228 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ build doc *.sublime-workspace +*.log diff --git a/Doxyfile b/Doxyfile index 481d803..ae7b052 100644 --- a/Doxyfile +++ b/Doxyfile @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = le-bar +PROJECT_NAME = i3ipc++ # 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 @@ -753,7 +753,7 @@ WARN_LOGFILE = doxygen-warning.log # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = src +INPUT = include # 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