docs: update

This commit is contained in:
Wim Taymans 2017-06-16 16:25:19 +02:00
parent ec0fd20ca5
commit ab9b3ba85a
4 changed files with 1 additions and 10 deletions

2
doxygen/.gitignore vendored
View File

@ -1,2 +0,0 @@
doxygen.conf
html/

View File

@ -143,14 +143,7 @@ subdir('pkgconfig')
doxygen = find_program('doxygen', required: false)
if doxygen.found()
subdir('doxygen')
subdir('doc')
else
message('Documentation disabled without doxygen')
endif
#gtkdoc = find_program('gtkdoc-scan', required : false)
#if gtkdoc.found()
# subdir('docs')
#else
# message('Not building documentation as gtk-doc was not found')
#endif