From 5eeb4233d8b4270fd45cae145097d45e17076fc2 Mon Sep 17 00:00:00 2001 From: Ben Deane Date: Tue, 7 Oct 2025 08:05:23 -0600 Subject: [PATCH] :books: Add omitted argument from `gen_str_catalog` docs Problem: - The documentation for `gen_str_catalog` omits an explanation for the `INPUT_HEADERS` parameter. Solution: - Explain it. --- docs/logging.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/logging.adoc b/docs/logging.adoc index 43d07e70..22749fdd 100644 --- a/docs/logging.adoc +++ b/docs/logging.adoc @@ -247,6 +247,7 @@ gen_str_catalog( - `OUTPUT_{CPP,JSON,XML}` are the generated files. Also required. - `INPUT_JSON` is optional extra JSON that will be copied verbatim into the generated JSON. - `STABLE_JSON` is optional information about stable string and module IDs -- for example, from a previous build. +- `INPUT_HEADERS` are C++ header files that are `#include`​d in the `OUTPUT_CPP` file. - `CLIENT_NAME`, `VERSION`, `GUID_ID` and `GUID_MASK` are all optional input fields for the MIPI-SyS-T XML. - `MODULE_ID_MAX` is an optional upper bound on the assigned module IDs. This is useful to limit module ID bit-space. - `OUTPUT_LIB` is an optional (`STATIC`) library target consisting of the `OUTPUT_CPP` file.