From: Takashi Sakamoto Date: Wed, 27 Nov 2019 07:34:18 +0000 (+0900) Subject: hwdep: generate documentation X-Git-Tag: v0.1.0~197 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=b9c1f5cef5b2a540ad592a8d952f24bad6c7a4a7;p=alsa-gobject.git hwdep: generate documentation Signed-off-by: Takashi Sakamoto --- diff --git a/doc/reference/hwdep/alsahwdep-docs.xml b/doc/reference/hwdep/alsahwdep-docs.xml new file mode 100644 index 0000000..ea2d167 --- /dev/null +++ b/doc/reference/hwdep/alsahwdep-docs.xml @@ -0,0 +1,37 @@ + + + +]> + + + + ALSAHwdep Reference Manual + This document is for the ALSAHwdep library, version &version;. + + + + + ALSAHwdep enumerations + + + + + ALSAHwdep global methods + + + + + ALSAHwdep objects + + + + + Index of all symbols + + + + + + diff --git a/doc/reference/hwdep/alsahwdep.types b/doc/reference/hwdep/alsahwdep.types new file mode 100644 index 0000000..964e91e --- /dev/null +++ b/doc/reference/hwdep/alsahwdep.types @@ -0,0 +1 @@ +alsahwdep_device_info_get_type diff --git a/doc/reference/hwdep/meson.build b/doc/reference/hwdep/meson.build new file mode 100644 index 0000000..c5efb21 --- /dev/null +++ b/doc/reference/hwdep/meson.build @@ -0,0 +1,10 @@ +gnome.gtkdoc('alsahwdep', + src_dir : alsahwdep_dir, + main_xml : 'alsahwdep-docs.xml', + scan_args: [ + '--ignore-headers=privates.h', + ], + gobject_typesfile: 'alsahwdep.types', + dependencies: alsahwdep_dependency, + install : true, +) diff --git a/doc/reference/meson.build b/doc/reference/meson.build index 3f74647..a03ee90 100644 --- a/doc/reference/meson.build +++ b/doc/reference/meson.build @@ -10,3 +10,4 @@ configure_file( subdir('ctl') subdir('timer') subdir('seq') +subdir('hwdep')