From: Uwe Hermann Date: Sun, 22 Mar 2020 14:11:52 +0000 (+0100) Subject: All Doxyfile files: Set CREATE_SUBDIRS to NO. X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=d7357ebbb655edcb3b7fc28526714a0736274bf8;hp=20680f58ff67b5d9765519230c8a510e4047a4ac;p=libsigrok.git All Doxyfile files: Set CREATE_SUBDIRS to NO. --- diff --git a/Doxyfile b/Doxyfile index 76f410a0..ab2083c6 100644 --- a/Doxyfile +++ b/Doxyfile @@ -68,7 +68,7 @@ OUTPUT_DIRECTORY = $(BUILDDIR)doxy # performance problems for the file system. # The default value is: NO. -CREATE_SUBDIRS = YES +CREATE_SUBDIRS = NO # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this diff --git a/Doxyfile_internal b/Doxyfile_internal index 22c58331..d5498124 100644 --- a/Doxyfile_internal +++ b/Doxyfile_internal @@ -68,7 +68,7 @@ OUTPUT_DIRECTORY = doxy # performance problems for the file system. # The default value is: NO. -CREATE_SUBDIRS = YES +CREATE_SUBDIRS = NO # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this diff --git a/bindings/cxx/Doxyfile b/bindings/cxx/Doxyfile index de1db0cf..8125f45b 100644 --- a/bindings/cxx/Doxyfile +++ b/bindings/cxx/Doxyfile @@ -68,7 +68,7 @@ OUTPUT_DIRECTORY = $(BUILDDIR)doxy # performance problems for the file system. # The default value is: NO. -CREATE_SUBDIRS = YES +CREATE_SUBDIRS = NO # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this diff --git a/bindings/java/Doxyfile b/bindings/java/Doxyfile index 6d445eb2..93aeca15 100644 --- a/bindings/java/Doxyfile +++ b/bindings/java/Doxyfile @@ -68,7 +68,7 @@ OUTPUT_DIRECTORY = $(BUILDDIR)doxy # performance problems for the file system. # The default value is: NO. -CREATE_SUBDIRS = YES +CREATE_SUBDIRS = NO # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this diff --git a/bindings/python/Doxyfile b/bindings/python/Doxyfile index d561284e..3b5a8873 100644 --- a/bindings/python/Doxyfile +++ b/bindings/python/Doxyfile @@ -68,7 +68,7 @@ OUTPUT_DIRECTORY = $(BUILDDIR)doxy # performance problems for the file system. # The default value is: NO. -CREATE_SUBDIRS = YES +CREATE_SUBDIRS = NO # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this