Skip to content

Commit e8a1a97

Browse files
committedDec 30, 2015
Some Doxygen Fixies
1 parent f8c7178 commit e8a1a97

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
build
22
doc
33
*.sublime-workspace
4+
*.log

‎Doxyfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
3232
# title of most generated pages and in a few other places.
3333
# The default value is: My Project.
3434

35-
PROJECT_NAME = le-bar
35+
PROJECT_NAME = i3ipc++
3636

3737
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
3838
# could be handy for archiving the generated documentation or if some version
@@ -753,7 +753,7 @@ WARN_LOGFILE = doxygen-warning.log
753753
# spaces.
754754
# Note: If this tag is empty the current directory is searched.
755755

756-
INPUT = src
756+
INPUT = include
757757

758758
# This tag can be used to specify the character encoding of the source files
759759
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

0 commit comments

Comments
 (0)
Please sign in to comment.