Files
Jonathan Schwender d2c2ae9903 Fix wrong doxygen syntax in buffer headers
`/// <` is wrong, since the space character between `///` and `<`
breaks the doxygen syntax. The comment belongs to the next line instead.
Also closing a line comment with `*/` is wrong.
This fixes issues when parsing the SDK headers with libclang.

Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>
2025-12-16 09:34:49 +01:00
..