summaryrefslogtreecommitdiff
path: root/Docs/Doxyfile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-17 00:19:33 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-17 00:19:33 +0100
commit881cb6394b8b511fa3b1d96be9520de581faed86 (patch)
tree285e8c77fad639c5be1aa39388a0f0e0c7e79b41 /Docs/Doxyfile
parent2e961c47ce50c3d185d9372c51caaa9a4a216b20 (diff)
downloadnetsurf-881cb6394b8b511fa3b1d96be9520de581faed86.tar.gz
netsurf-881cb6394b8b511fa3b1d96be9520de581faed86.tar.bz2
Add image handlers into doxygen generation path
Diffstat (limited to 'Docs/Doxyfile')
-rw-r--r--Docs/Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Docs/Doxyfile b/Docs/Doxyfile
index 72f24dcc8..c2a8bba0f 100644
--- a/Docs/Doxyfile
+++ b/Docs/Doxyfile
@@ -680,7 +680,8 @@ INPUT = windows \
javascript \
javascript/jsapi \
utils \
- utils/http
+ utils/http \
+ image
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is