mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 03:47:16 +02:00
14 lines
439 B
Diff
14 lines
439 B
Diff
needs kernel-doc from linux docs
|
|
diff --git a/doc/meson.build b/doc/meson.build
|
|
index d716c8b..02e90e2 100644
|
|
--- a/doc/meson.build
|
|
+++ b/doc/meson.build
|
|
@@ -49,7 +49,7 @@ want_docs_build = get_option('docs-build')
|
|
kernel_doc = find_program('kernel-doc')
|
|
kernel_doc_check = find_program('kernel-doc-check')
|
|
|
|
-test('kdoc', kernel_doc_check, args: api_paths)
|
|
+#test('kdoc', kernel_doc_check, args: api_paths)
|
|
|
|
if want_docs != 'false'
|
|
|