summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index 039ed89..56cedb0 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -51,7 +51,7 @@ PROJECT_BRIEF = "A GUI diagram editor for TikZ"
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.
-PROJECT_LOGO = images/tikzit48x48.png
+PROJECT_LOGO = /Users/alek/git/tikzit/images/tikzit128x128.png
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
@@ -859,7 +859,9 @@ FILE_PATTERNS = *.c \
*.vhd \
*.vhdl \
*.ucf \
- *.qsf
+ *.qsf \
+ *.l \
+ *.y
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.