From: Max Kellermann Date: Sun, 25 Feb 2018 20:40:37 +0000 (+0100) Subject: doc/meson.build: rename API documentation directory to "api" X-Git-Tag: upstream/0.33^2~607 X-Git-Url: http://git.kaliko.me/?p=ncmpc-debian.git;a=commitdiff_plain;h=2779fc52f2f903bd1bc88eded7e915fe2841a513 doc/meson.build: rename API documentation directory to "api" --- diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in index b7dcd49d..8a5ae838 100644 --- a/doc/doxygen.conf.in +++ b/doc/doxygen.conf.in @@ -1077,7 +1077,7 @@ GENERATE_HTML = YES # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_OUTPUT = html +HTML_OUTPUT = api # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp). diff --git a/doc/meson.build b/doc/meson.build index 08842312..5760d260 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -14,7 +14,7 @@ if get_option('documentation') html_target = custom_target('apidocs', input: doxyfile, - output: 'html', + output: 'api', command: [doxygen, doxyfile], install: true, install_dir: docdir)