diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2018-05-06 16:36:34 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2018-05-06 16:36:34 +0200 |
commit | b66bfd9573bada4d3249e9029e6c6c6112d7b4ac (patch) | |
tree | 34775102aa97cff8774900e25c856a49ecd8c767 /Doxyfile | |
parent | a3ac52d1beb462d66719705602c0cb54842f0682 (diff) | |
download | libsigrokdecode-b66bfd9573bada4d3249e9029e6c6c6112d7b4ac.tar.gz libsigrokdecode-b66bfd9573bada4d3249e9029e6c6c6112d7b4ac.zip |
Doxyfile: Set CREATE_SUBDIRS to NO.
The API docs for libsigrokdecode are relatively small, no need for
the many, many subdirectories this would otherwise create.
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |