Skip to content

Commit 9ba50d9

Browse files
authored
Merge pull request #780 from elbeno/logging-doc-omissions
📚 Add omitted argument from `gen_str_catalog` docs
2 parents 736a024 + 5eeb423 commit 9ba50d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/logging.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ gen_str_catalog(
247247
- `OUTPUT_{CPP,JSON,XML}` are the generated files. Also required.
248248
- `INPUT_JSON` is optional extra JSON that will be copied verbatim into the generated JSON.
249249
- `STABLE_JSON` is optional information about stable string and module IDs -- for example, from a previous build.
250+
- `INPUT_HEADERS` are C++ header files that are `#include`​d in the `OUTPUT_CPP` file.
250251
- `CLIENT_NAME`, `VERSION`, `GUID_ID` and `GUID_MASK` are all optional input fields for the MIPI-SyS-T XML.
251252
- `MODULE_ID_MAX` is an optional upper bound on the assigned module IDs. This is useful to limit module ID bit-space.
252253
- `OUTPUT_LIB` is an optional (`STATIC`) library target consisting of the `OUTPUT_CPP` file.

0 commit comments

Comments
 (0)