summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-01-11 13:39:59 +0100
committerAleks Kissinger <aleks0@gmail.com>2018-01-11 13:39:59 +0100
commit7ba78eb787b925c99bfd5838543bb98e0d4743c8 (patch)
tree9801a5490de3a9c4988affd96f8700fe0e9e0285 /Doxyfile
parentc0bb77059e3c4afa47fe6bfebbf99e230a01992c (diff)
added more source code documentation
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.