mirror of
https://github.com/openharmony/graphic_graphic_surface.git
synced 2026-08-24 21:51:35 -04:00
d2c2ae9903
`/// <` 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>