mirror of
https://github.com/brl/mutter.git
synced 2025-03-25 12:43:52 +00:00

Scanners like gtk-doc and g-ir-scanner get confused by: typedef struct _Foo { ... } Foo; And expect instead: typedef struct _Foo Foo; struct _Foo { ... }; CoglMatrix definition should be changed to avoid the former type.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%