mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 06:28:01 +02:00
doc: fix cairo_dwrite_font_face_set_rendering_params docs
Gtk-doc wants the header and code parameter names to match. src/win32/cairo-dwrite-font.cpp:1484: warning: Parameter description for cairo_dwrite_font_face_set_rendering_params::params is not used from source code comment block. src/win32/cairo-dwrite-font.cpp:1484: warning: Parameter description for cairo_dwrite_font_face_set_rendering_params::param is missing in source code comment block.
This commit is contained in:
parent
379cb6a672
commit
bd608ab72c
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ cairo_public IDWriteRenderingParams *
|
|||
cairo_dwrite_font_face_get_rendering_params (cairo_font_face_t *font_face);
|
||||
|
||||
cairo_public void
|
||||
cairo_dwrite_font_face_set_rendering_params (cairo_font_face_t *font_face, IDWriteRenderingParams *param);
|
||||
cairo_dwrite_font_face_set_rendering_params (cairo_font_face_t *font_face, IDWriteRenderingParams *params);
|
||||
|
||||
cairo_public DWRITE_MEASURING_MODE
|
||||
cairo_dwrite_font_face_get_measuring_mode (cairo_font_face_t *font_face);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue