doc: add integer type conventions in btck api remarks

This commit is contained in:
Alexander Wiederin
2026-04-17 16:48:09 +02:00
parent ba6287a449
commit 07b9b13b45

View File

@@ -112,6 +112,12 @@ extern "C" {
* object.
*
* Array lengths follow the pointer argument they describe.
*
* @section types Type conventions
*
* Fixed-width integer types (e.g. int32_t, uint32_t) are used for data values
* such as heights. Plain int and unsigned int are used for boolean-like values
* and flags.
*/
/**