diff --git a/doxygen/Doxyfile.in b/doc/Doxyfile.in similarity index 100% rename from doxygen/Doxyfile.in rename to doc/Doxyfile.in diff --git a/doxygen/meson.build b/doc/meson.build similarity index 100% rename from doxygen/meson.build rename to doc/meson.build diff --git a/doxygen/.gitignore b/doxygen/.gitignore deleted file mode 100644 index 4c2519f14..000000000 --- a/doxygen/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -doxygen.conf -html/ diff --git a/meson.build b/meson.build index 8ee5a1f91..0581862b6 100644 --- a/meson.build +++ b/meson.build @@ -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