ucm: add initial doxygen documenation

This is an attempt to explain the UCM in a more verbose way.

BugLink: https://github.com/alsa-project/alsa-ucm-conf/issues/103
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2021-09-19 21:00:11 +02:00
parent ebb8a6c7a1
commit 2623e4bb76
3 changed files with 572 additions and 38 deletions

View file

@ -3,7 +3,7 @@ EXTRA_LTLIBRARIES = libucm.la
libucm_la_SOURCES = utils.c parser.c ucm_cond.c ucm_subs.c ucm_include.c \
ucm_regex.c ucm_exec.c main.c
noinst_HEADERS = ucm_local.h
noinst_HEADERS = ucm_local.h ucm_confdoc.h
all: libucm.la