mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-06 01:10:30 +01:00
Fix warning by check-doc-syntax
The check-doc-syntax step of 'make check' reports:
./cairo-gl.h: * cairo_device_t, which represents an GL context created by the user.
Error: some function names in the docs are not followed by parentheses.
Fix this by searching for the following regexp in the above files:
'^[^:]*:[/ ][*]\(\|[ ].*\)\([^#']\|^\)\<\(cairo_[][<>/0-9a-z_]*\>[^][<>(]\)'
This commit is contained in:
parent
e4c042d059
commit
7ea7a7714b
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
*
|
||||
* Cairo-gl allows interoperability with other GL rendering through GL
|
||||
* context sharing. Cairo-gl surfaces are created in reference to a
|
||||
* cairo_device_t, which represents an GL context created by the user.
|
||||
* #cairo_device_t, which represents an GL context created by the user.
|
||||
* When that GL context is created with its sharePtr set to another
|
||||
* context (or vice versa), its objects (textures backing cairo-gl
|
||||
* surfaces) can be accessed in the other OpenGL context. This allows
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue